Skip to content

gh-106320: Remove private _PySys functions#108452

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:pycore_sys
Aug 24, 2023
Merged

gh-106320: Remove private _PySys functions#108452
vstinner merged 1 commit intopython:mainfrom
vstinner:pycore_sys

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Aug 24, 2023

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants