-
- Downloads
bpo-43795: Don't list private names in the limited API (GH-26740)
* Remove struct _node from the stable ABI list This struct was removed along with the old parser in Python 3.9 (PEP 617) * Stable ABI list: Use the public name "PyFrameObject" rather than "_frame" * Ensure limited API doesn't contain private names Names prefixed by an underscore are private by definition. * Add a blurb (cherry picked from commit 7cad9cb5) Co-authored-by:Petr Viktorin <encukou@gmail.com>
Showing
- Doc/data/stable_abi.dat 1 addition, 2 deletionsDoc/data/stable_abi.dat
- Misc/NEWS.d/next/C API/2021-06-15-16-28-18.bpo-43795.fy0AXK.rst 3 additions, 0 deletions...EWS.d/next/C API/2021-06-15-16-28-18.bpo-43795.fy0AXK.rst
- Misc/stable_abi.txt 1 addition, 3 deletionsMisc/stable_abi.txt
- Tools/scripts/stable_abi.py 12 additions, 0 deletionsTools/scripts/stable_abi.py
Please register or sign in to comment