diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-10-09 12:53:01 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-10-09 12:53:01 (GMT) |
commit | 8d197674039bc3bc2f054095148ddaadec3afc97 (patch) | |
tree | 00ed8b0ce67f7f5003564bd56c9db8a89daba064 /Misc | |
parent | 210871db72ef4a8bcdb6eb46511ca2b4e4a4a1d7 (diff) | |
download | cpython-8d197674039bc3bc2f054095148ddaadec3afc97.zip cpython-8d197674039bc3bc2f054095148ddaadec3afc97.tar.gz cpython-8d197674039bc3bc2f054095148ddaadec3afc97.tar.bz2 |
Close #19199: Remove ``PyThreadState.tick_counter`` field
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Projected release date: 2013-10-20 Core and Builtins ----------------- +- Issue #19199: Remove ``PyThreadState.tick_counter`` field + - Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. |