[issue4724] setting f_exc_traceback aborts in debug builds

Michael Foord report at bugs.python.org
Fri Jul 30 01:44:01 CEST 2010


Michael Foord <michael at voidspace.org.uk> added the comment:

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

----------
nosy: +michael.foord

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4724>
_______________________________________


More information about the Python-bugs-list mailing list