summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-10-09 12:53:01 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-10-09 12:53:01 (GMT)
commit8d197674039bc3bc2f054095148ddaadec3afc97 (patch)
tree00ed8b0ce67f7f5003564bd56c9db8a89daba064 /Misc
parent210871db72ef4a8bcdb6eb46511ca2b4e4a4a1d7 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f2d9695..c42d8d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.