Staging
v0.8.1
https://github.com/python/cpython
Revision f4b1e3d7c64985f5d5b00f6cc9a1c146bbbfd613 authored by Victor Stinner on 04 November 2019, 18:48:34 UTC, committed by GitHub on 04 November 2019, 18:48:34 UTC
Provide Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() as
regular functions for the limited API. Previously, there were defined
as macros, but these macros didn't work with the limited API which
cannot access PyThreadState.recursion_depth field.

Remove _Py_CheckRecursionLimit from the stable ABI.

Add Include/cpython/ceval.h header file.
1 parent 6552563
History
Tip revision: f4b1e3d7c64985f5d5b00f6cc9a1c146bbbfd613 authored by Victor Stinner on 04 November 2019, 18:48:34 UTC
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Tip revision: f4b1e3d
File Mode Size
windows-release
ci.yml -rw-r--r-- 3.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 771 bytes
posix-deps-apt.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 2.5 KB
pr.yml -rw-r--r-- 3.1 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.3 KB

back to top