diff options
author | Victor Stinner <vstinner@python.org> | 2023-08-24 20:02:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 20:02:09 (GMT) |
commit | a071ecb4d13595f3580cf82061dcd7b39cd475c5 (patch) | |
tree | c744a2942c27476f0cd5c71faf336ad64142756a /Python/pymath.c | |
parent | 26893016a7f204b2e7138fc9ce04525a651c202e (diff) | |
download | cpython-a071ecb4d13595f3580cf82061dcd7b39cd475c5.zip cpython-a071ecb4d13595f3580cf82061dcd7b39cd475c5.tar.gz cpython-a071ecb4d13595f3580cf82061dcd7b39cd475c5.tar.bz2 |
gh-106320: Remove private _PySys functions (#108452)
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.
Diffstat (limited to 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions