commit | 601d03a5be6a6952ecb57750f0365d6ef2abd4eb | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Jan 23 21:11:58 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Jan 23 21:11:58 2007 +0000 |
tree | de7a636892d4b0cf10d818665498b23184d30ae4 | |
parent | e471317a084512d558fd3bfd84592a6a7126cdee [diff] [blame] |
Make PyTraceBack_Here use the current thread, not the frame's thread state. Fixes #1579370.
diff --git a/Misc/NEWS b/Misc/NEWS index f30f50b..fc5dd66 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Bug #1579370: Make PyTraceBack_Here use the current thread, not the + frame's thread state. + - patch #1630975: Fix crash when replacing sys.stdout in sitecustomize.py - Bug #1637022: Prefix AST symbols with _Py_.