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
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 8.5 KB
README.rst -rw-r--r-- 4.6 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.7 KB
conf.py -rw-r--r-- 6.7 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 52.1 KB
license.rst -rw-r--r-- 45.2 KB
make.bat -rw-r--r-- 5.5 KB
requirements.txt -rw-r--r-- 128 bytes
runtime.txt -rw-r--r-- 3 bytes

README.rst

back to top