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

Skip to content

gh-107211: No longer export internal functions (4) #107217

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
Jul 25, 2023

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Jul 25, 2023

No longer export these 2 internal C API functions:

  • _PyEval_SignalAsyncExc()
  • _PyEval_SignalReceived()

Add also comments explaining why some internal functions have to be exported, and update existing comments.

No longer export these 2 internal C API functions:

* _PyEval_SignalAsyncExc()
* _PyEval_SignalReceived()

Add also comments explaining why some internal functions have to be
exported, and update existing comments.
@vstinner vstinner enabled auto-merge (squash) July 25, 2023 02:30
@vstinner vstinner merged commit c5b13d6 into python:main Jul 25, 2023
@vstinner vstinner deleted the extern4 branch July 25, 2023 03:17
jtcave pushed a commit to jtcave/cpython that referenced this pull request Jul 27, 2023
No longer export these 2 internal C API functions:

* _PyEval_SignalAsyncExc()
* _PyEval_SignalReceived()

Add also comments explaining why some internal functions have to be
exported, and update existing comments.
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
0