gh-106320: Remove private _PySys functions by vstinner · Pull Request #108452 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
Move private functions to the internal C API (pycore_sysmodule.h):
- _PySys_GetAttr()
- _PySys_GetSizeOf()
No longer export most of these functions.
Fix also a typo in Include/cpython/optimizer.h: add a missing space.
Move private functions to the internal C API (pycore_sysmodule.h): * _PySys_GetAttr() * _PySys_GetSizeOf() No longer export most of these functions. Fix also a typo in Include/cpython/optimizer.h: add a missing space.
vstinner
added
the
skip news
label
vstinner
requested a review
from iritkatriel
as a code owner
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting core review
label
vstinner
enabled auto-merge (squash)
vstinner
merged commit
a071ecb
into
python:main
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
pycore_sys
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment