Skip to content

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

2 participants