https://github.com/python/cpython
Revision 8f2a337a80a283c66e1a4252839792fa229d2763 authored by Victor Stinner on 25 February 2022, 15:07:14 UTC, committed by GitHub on 25 February 2022, 15:07:14 UTC
Move the unexported private functions to the internal C API:

* pycore_frame.h: _PyFrame_New_NoTrack()
* pycore_function.h: _PyFunction_GetVersionForCurrentState()
* pycore_genobject.h: _PyAsyncGenValueWrapperNew()
* pycore_genobject.h: _PyCoro_GetAwaitableIter()
* pycore_genobject.h: _PyGen_yf()
1 parent 26aba29
History
Tip revision: 8f2a337a80a283c66e1a4252839792fa229d2763 authored by Victor Stinner on 25 February 2022, 15:07:14 UTC
bpo-45316: Move private functions to internal C API (GH-31579)
Tip revision: 8f2a337

README.rst

back to top