summaryrefslogtreecommitdiffstats
path: root/Python/vm-state.md
Commit message (Collapse)AuthorAgeFilesLines
* gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ↵Petr Viktorin2025-04-291-1/+2
| | | | | | | | (GH-133080) Both were added in 3.13, are undocumented, and don't make sense in 3.14 due to changes in the stack overflow detection machinery (gh-112282). PEP 387 exception for skipping a deprecation period: https://github.com/python/steering-council/issues/288
* Fix typos in documentation and comments (#119763)Xie Yanbo2024-06-041-1/+1
|
* High level docs for the VM state (#111621)Guido van Rossum2023-11-011-0/+90