diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2020-10-05 09:32:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 09:32:00 (GMT) |
commit | dcc54215ac1eb4b6fab2a9ffe1abcdf3ac4bb77e (patch) | |
tree | b5cd4ca84fa87dc7d91b6709b76d134a84aee6b2 /Misc/NEWS.d | |
parent | 9a7642667a71a27b38b96eb63df45f17f48b3467 (diff) | |
download | cpython-dcc54215ac1eb4b6fab2a9ffe1abcdf3ac4bb77e.zip cpython-dcc54215ac1eb4b6fab2a9ffe1abcdf3ac4bb77e.tar.gz cpython-dcc54215ac1eb4b6fab2a9ffe1abcdf3ac4bb77e.tar.bz2 |
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/C API/2020-10-05-01-25-23.bpo-41936.1gb5ra.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-10-05-01-25-23.bpo-41936.1gb5ra.rst b/Misc/NEWS.d/next/C API/2020-10-05-01-25-23.bpo-41936.1gb5ra.rst new file mode 100644 index 0000000..6461353 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2020-10-05-01-25-23.bpo-41936.1gb5ra.rst @@ -0,0 +1,3 @@ +Removed undocumented macros ``Py_ALLOW_RECURSION`` and +``Py_END_ALLOW_RECURSION`` and the ``recursion_critical`` field of the +:c:type:`PyInterpreterState` structure. |