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.

Author sbt
Recipients sbt
Date 2011-12-29.12:25:24
SpamBayes Score 5.941978e-09
Marked as misclassified No
Message-id <1325161524.97.0.651561370171.issue13673@psf.upfronthosting.co.za>
In-reply-to
Content
I have tried the same with Python 2.7.1 on Linux.  The problem is the same, but one gets a partial traceback with no exception:

  >>> import sys, testsigint
  >>> testsigint.wait()
  ^CTraceback (most recent call last):
    File "<stdin>", line 1, in <module>

  >>> sys.last_value
  RuntimeError()

Both on 2.7 and 3.3 sys.last_value gives RuntimeError().
History
Date User Action Args
2011-12-29 12:25:25sbtsetrecipients: + sbt
2011-12-29 12:25:24sbtsetmessageid: <1325161524.97.0.651561370171.issue13673@psf.upfronthosting.co.za>
2011-12-29 12:25:24sbtlinkissue13673 messages
2011-12-29 12:25:24sbtcreate