{{ message }}
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite#24643
Merged
pablogsal merged 5 commits intoFeb 28, 2021
Merged
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite#24643pablogsal merged 5 commits into
pablogsal merged 5 commits into
Conversation
|
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 0372254fc3556cc2d3a7fb07f39f38b0b86ccb29 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
methane
reviewed
Feb 25, 2021
Member
|
Thanks! |
Sorry, something went wrong.
vstinner
reviewed
Feb 27, 2021
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
gvanrossum
approved these changes
Feb 27, 2021
gvanrossum
left a comment
Member
There was a problem hiding this comment.
One comment nit. This addresses my concern nicely.
Sorry, something went wrong.
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
gvanrossum
approved these changes
Feb 28, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
https://bugs.python.org/issue37146
This allows us to run the opcode cache in debug mode, as catching bugs related to the opcode cache was quite hard due to it not being activated by default in this case.