This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 sbt
收信人 Drekin, jcea, sbt, tim.golden, vstinner
日期 2013-04-03.10:19:48
SpamBayes Score -1.0
Marked as misclassified
Message-id <1364984388.65.0.117299693058.issue17619@psf.upfronthosting.co.za>
In-reply-to
内容
Maybe this is related to

    http://bugs.python.org/issue13673

which causes PyTraceback_Print() to fail if a signal is received but PyErr_CheckSignals() has not been called.

Note that wrapping in "try: ... except: raise" makes a traceback appear:

>>> try: input()
... except: raise
...
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
KeyboardInterrupt
历史
日期 用户 动作 参数
2013-04-03 10:19:48sbt修改recipients: + sbt, jcea, vstinner, tim.golden, Drekin
2013-04-03 10:19:48sbt修改messageid: <1364984388.65.0.117299693058.issue17619@psf.upfronthosting.co.za>
2013-04-03 10:19:48sbt链接issue17619 messages
2013-04-03 10:19:48sbt创建