[issue4724] setting f_exc_traceback aborts in debug builds

2020-12-01 Thread Irit Katriel
Irit Katriel added the comment: 2.7-only issue. -- nosy: +iritkatriel resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ _

[issue4724] setting f_exc_traceback aborts in debug builds

2019-12-01 Thread Batuhan
Batuhan added the comment: This issue looks like specific to 2.7, which is almost dead. Is there any interest about adding this to 2.7 branch? -- nosy: +BTaskaya ___ Python tracker __

[issue4724] setting f_exc_traceback aborts in debug builds

2011-02-02 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Not applicable to 3.x because the frame object does not have f_exc_traceback attribute anymore: >>> import sys;sys._getframe(0).f_exc_traceback = 23 Traceback (most recent call last): File "", line 1, in AttributeError: 'frame' object has no attribute

[issue4724] setting f_exc_traceback aborts in debug builds

2010-07-29 Thread Michael Foord
Michael Foord 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)

[issue4724] setting f_exc_traceback aborts in debug builds

2010-07-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: Lack of response is not an appropriate reason to close. -- status: pending -> open ___ Python tracker ___ ___

[issue4724] setting f_exc_traceback aborts in debug builds

2010-07-29 Thread Mark Lawrence
Mark Lawrence added the comment: As no response to msg109476 I'll close unless anyone objects. -- priority: high -> normal status: open -> pending ___ Python tracker ___

[issue4724] setting f_exc_traceback aborts in debug builds

2010-07-07 Thread Mark Lawrence
Mark Lawrence added the comment: Anybody willing and able to run with this? -- nosy: +BreamoreBoy stage: -> needs patch type: -> crash versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue4724] setting f_exc_traceback aborts in debug builds

2008-12-22 Thread Benjamin Peterson
New submission from Benjamin Peterson : $ ./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_tracebac