Skip to content

[3.11] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) #110659

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
Oct 11, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 10, 2023

  • cycle_handlers() now waits until at least one signal is received.
  • num_received_signals can be equal to num_sent_signals.
    (cherry picked from commit e07c37c)

Co-authored-by: Victor Stinner vstinner@python.org

…H-110650)

* cycle_handlers() now waits until at least one signal is received.
* num_received_signals can be equal to num_sent_signals.
(cherry picked from commit e07c37c)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app bedevere-app bot added tests Tests in the Lib/test dir awaiting review labels Oct 11, 2023
@vstinner vstinner enabled auto-merge (squash) October 11, 2023 00:03
@vstinner vstinner merged commit 46347d3 into python:3.11 Oct 11, 2023
@miss-islington miss-islington deleted the backport-e07c37c-3.11 branch October 11, 2023 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants