8000 gh-107211: No longer export internal functions (5) by vstinner · Pull Request #108423 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-107211: No longer export internal functions (5) #108423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Aug 24, 2023

No longer export these 4 internal C API functions:

  • _PyCompile_AstOptimize()
  • _Py_closerange()
  • _Py_get_osfhandle()
  • _Py_stat()

Change comment style to "// comment" and add comment explaining why other functions have to be exported.

No longer export _PyCompile_AstOptimize() internal C API function.

Change comment style to "// comment" and add comment explaining why
other functions have to be exported.
@vstinner vstinner enabled auto-merge (squash) August 24, 2023 15:41
@vstinner vstinner merged commit b780882 into python:main Aug 24, 2023
@vstinner vstinner deleted the dont_export2 branch August 24, 2023 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0