[New-bugs-announce] [issue4724] setting f_exc_traceback aborts in debug builds
Benjamin Peterson
report at bugs.python.org
Mon Dec 22 18:20:19 CET 2008
New submission from Benjamin Peterson <musiccomposition at gmail.com>:
$ ./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
----------
components: Interpreter Core
messages: 78199
nosy: benjamin.peterson
priority: high
severity: normal
status: open
title: setting f_exc_traceback aborts in debug builds
versions: Python 2.6, Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4724>
_______________________________________
More information about the New-bugs-announce
mailing list