Skip to content

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.

3 participants