diff options
author | Andrew Kuchling <amk@amk.ca> | 2013-11-11 19:50:13 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2013-11-11 19:50:13 (GMT) |
commit | de5aff293256793ebdbed357ef69fbbcb43b24c1 (patch) | |
tree | 9597bffe7ad3b284d93868e537cdd3e2472f6eef /Misc | |
parent | 785918250fc818d83a5bb6e62a3018c67fba76ee (diff) | |
download | cpython-de5aff293256793ebdbed357ef69fbbcb43b24c1.zip cpython-de5aff293256793ebdbed357ef69fbbcb43b24c1.tar.gz cpython-de5aff293256793ebdbed357ef69fbbcb43b24c1.tar.bz2 |
#15422: remove NEWS item for a change that was later reverted
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2829,9 +2829,6 @@ C-API - Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. -- Issue #15422: Get rid of PyCFunction_New macro. Use PyCFunction_NewEx - function (PyCFunction_New func is still present for backward compatibility). - - Issue #16505: Remove unused Py_TPFLAGS_INT_SUBCLASS. - Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned |