]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Oct 2020 09:32:00 +0000 (12:32 +0300)
committerGitHub <noreply@github.com>
Mon, 5 Oct 2020 09:32:00 +0000 (12:32 +0300)
commitdcc54215ac1eb4b6fab2a9ffe1abcdf3ac4bb77e
treeb5cd4ca84fa87dc7d91b6709b76d134a84aee6b2
parent9a7642667a71a27b38b96eb63df45f17f48b3467
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Doc/whatsnew/3.10.rst
Include/ceval.h
Include/cpython/pystate.h
Misc/NEWS.d/next/C API/2020-10-05-01-25-23.bpo-41936.1gb5ra.rst [new file with mode: 0644]
Python/ceval.c
Python/pystate.c