]> 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:58 +0000 (21:11 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 23 Jan 2007 21:11:58 +0000 (21:11 +0000)
commit601d03a5be6a6952ecb57750f0365d6ef2abd4eb
treede7a636892d4b0cf10d818665498b23184d30ae4
parente471317a084512d558fd3bfd84592a6a7126cdee
Make PyTraceBack_Here use the current thread, not the
frame's thread state. Fixes #1579370.
Misc/NEWS
Python/traceback.c