Skip to content

Conversation

@sobolevn
Copy link
Member

@sobolevnsobolevn commented Feb 18, 2022

Changes:

  1. I've added CHECK_EVAL_BREAKER() to all specialized opcodes. This needs to be double checked
  2. I've added withRepeats() helper test method to run the test case several times. They were failing before CHECK_EVAL_BREAKER() additions, but now they pass!

Replaces:

Bugs:

https://bugs.python.org/issue46709

https://bugs.python.org/issue46465

@markshannon
Copy link
Member

What's the race?

@sobolevnsobolevn changed the title bpo-46709: fix race conditions in unittest/test_brakebpo-46709: check eval breaker in specialized CALL opcodesFeb 18, 2022
@sobolevn
Copy link
MemberAuthor

Thank you! Removed extra ones. 👍

What's the race?

Sorry, this was from the #31273, new wording should be better.

@markshannon
Copy link
Member

Thanks for picking this up.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@sobolevn@markshannon@the-knights-who-say-ni@bedevere-bot