]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399)
authorVictor Stinner <vstinner@python.org>
Fri, 7 Feb 2020 10:22:54 +0000 (11:22 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 10:22:54 +0000 (11:22 +0100)
commit877ea88934a5164be4d9f15207694fad4173d87d
treea145ecac05546d2bcb760179091886c0ad43979f
parentc65b320a95784d2b2133926921d67ac439259e9f
bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399)

Add Py_EnterRecursiveCall and Py_LeaveRecursiveCall functions to
python3.def.
PC/python3.def