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 michael.foord
Recipients BreamoreBoy, benjamin.peterson, michael.foord
Date 2010-07-29.23:43:59
SpamBayes Score 4.1382343e-08
Marked as misclassified No
Message-id <1280447041.27.0.400869377237.issue4724@psf.upfronthosting.co.za>
In-reply-to
Content
Yup, still active:

$ ./python.exe 
Python 2.7.0+ (release27-maint:83247, Jul 30 2010, 00:41:50) 
[GCC 4.2.1 (Apple Inc. build 5659)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
[35067 refs]
>>> sys._getframe(0).f_exc_traceback = 23
Assertion failed: (tstate->frame->f_exc_traceback == NULL), function PyEval_EvalFrameEx, file Python/ceval.c, line 2998.
Abort trap
History
Date User Action Args
2010-07-29 23:44:01michael.foordsetrecipients: + michael.foord, benjamin.peterson, BreamoreBoy
2010-07-29 23:44:01michael.foordsetmessageid: <1280447041.27.0.400869377237.issue4724@psf.upfronthosting.co.za>
2010-07-29 23:43:59michael.foordlinkissue4724 messages
2010-07-29 23:43:59michael.foordcreate