]> granicus.if.org Git - python/commit
Make PyTraceBack_Here use the current thread, not the
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 23 Jan 2007 21:11:47 +0000 (21:11 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 23 Jan 2007 21:11:47 +0000 (21:11 +0000)
commit6c5c502b914261ba333e98c4657a8d90cfbbe872
treeebb0e2f7e26e24d54acf7889a7a7f5ce217edf6c
parent6ed196530865eee2fed5548a5d9a0b0384c6a815
Make PyTraceBack_Here use the current thread, not the
frame's thread state. Fixes #1579370.
Will backport.
Misc/NEWS
Python/traceback.c