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 benjamin.peterson
Recipients benjamin.peterson
Date 2008-12-22.17:20:18
SpamBayes Score 6.6603516e-06
Marked as misclassified No
Message-id <1229966419.5.0.164799717047.issue4724@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python.exe 
Python 2.7a0 (trunk:67899, Dec 22 2008, 11:17:09) 
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
[36275 refs]
>>> sys._getframe(0).f_exc_traceback = 23
Python/ceval.c:2720: failed assertion `tstate->frame->f_exc_traceback ==
NULL'
Abort trap
History
Date User Action Args
2008-12-22 17:20:19benjamin.petersonsetrecipients: + benjamin.peterson
2008-12-22 17:20:19benjamin.petersonsetmessageid: <1229966419.5.0.164799717047.issue4724@psf.upfronthosting.co.za>
2008-12-22 17:20:18benjamin.petersonlinkissue4724 messages
2008-12-22 17:20:18benjamin.petersoncreate