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

WIP (don't merge!): bpo-21895: Experiment signal handlers in any thread #768

Closed
wants to merge 1 commit into from
Closed

WIP (don't merge!): bpo-21895: Experiment signal handlers in any thread #768

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

Modified functions:

  • _winapi.WaitForMultipleObjects()
  • signal.signal()
  • signal.set_wakeup_fd()
  • PyErr_CheckSignals()
  • PyErr_SetInterrupt()
  • time.sleep() on Windows

Update also the signal documentation.

FIXME: move pendingcalls to PyThreadState.

bpo-21895.

Modified functions:

* _winapi.WaitForMultipleObjects()
* signal.signal()
* signal.set_wakeup_fd()
* PyErr_CheckSignals()
* PyErr_SetInterrupt()
* time.sleep() on Windows

Update also the signal documentation.

FIXME: move pendingcalls to PyThreadState.
@mention-bot
Copy link

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @taleinat, @rosslagerwall and @serhiy-storchaka to be potential reviewers.

@vstinner vstinner changed the title WIP (don' merge!): bpo-21895: Experiment signal handlers in any thread WIP (don't merge!): bpo-21895: Experiment signal handlers in any thread Mar 22, 2017
@vstinner
Copy link
Member Author

I forgot why I wrote this PR :-) I abandon it.

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