diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-06-16 02:53:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-16 02:53:12 -0700 |
| commit | 7fd40101b7130016fc98f05ce34746fed68ab542 (patch) | |
| tree | b50959ebaa6aa8953cd0ec7bf36e5054314410dc /Lib/pydoc_data/topics.py | |
| parent | 41c2a4a727d3d559632598759433e0ec1bf594f5 (diff) | |
| download | cpython-git-7fd40101b7130016fc98f05ce34746fed68ab542.tar.gz | |
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 7cad9cb51bdae2144cbab330f13a607ba3471742)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Diffstat (limited to 'Lib/pydoc_data/topics.py')
0 files changed, 0 insertions, 0 deletions
