commit | 877ea88934a5164be4d9f15207694fad4173d87d | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 07 11:22:54 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 07 11:22:54 2020 +0100 |
tree | a145ecac05546d2bcb760179091886c0ad43979f | |
parent | c65b320a95784d2b2133926921d67ac439259e9f [diff] |
bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399) Add Py_EnterRecursiveCall and Py_LeaveRecursiveCall functions to python3.def.