消息 [185908]
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:48 | sbt | 修改 | recipients:
+ sbt, jcea, vstinner, tim.golden, Drekin |
| 2013-04-03 10:19:48 | sbt | 修改 | messageid: <1364984388.65.0.117299693058.issue17619@psf.upfronthosting.co.za> |
| 2013-04-03 10:19:48 | sbt | 链接 | issue17619 messages |
| 2013-04-03 10:19:48 | sbt | 创建 | |
|