Skip to content
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

bpo-41713: Remove PyOS_InitInterrupts() function #23342

Merged
merged 1 commit into from Nov 17, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 17, 2020

Remove the undocumented PyOS_InitInterrupts() C function.

  • Rename PyOS_InitInterrupts() to _PySignal_Init(). It now installs
    other signal handlers, not only SIGINT.
  • Rename PyOS_FiniInterrupts() to _PySignal_Fini()

https://bugs.python.org/issue41713

Remove the undocumented PyOS_InitInterrupts() C function.

* Rename PyOS_InitInterrupts() to _PySignal_Init(). It now installs
  other signal handlers, not only SIGINT.
* Rename PyOS_FiniInterrupts() to _PySignal_Fini()
@vstinner vstinner merged commit 296a796 into python:master Nov 17, 2020
3 checks passed
@vstinner vstinner deleted the remove_pyos_init_int branch Nov 17, 2020
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Remove the undocumented PyOS_InitInterrupts() C function.

* Rename PyOS_InitInterrupts() to _PySignal_Init(). It now installs
  other signal handlers, not only SIGINT.
* Rename PyOS_FiniInterrupts() to _PySignal_Fini()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants