bpo-27103: regrtest disables -W if -R is used#1651
Merged
vstinner merged 1 commit intopython:masterfrom May 18, 2017
vstinner:regrtest_R
Merged
bpo-27103: regrtest disables -W if -R is used#1651vstinner merged 1 commit intopython:masterfrom vstinner:regrtest_R
vstinner merged 1 commit intopython:masterfrom
vstinner:regrtest_R
Conversation
Workaround for a regrtest bug.
|
@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @brettcannon, @zooba and @abalkin to be potential reviewers. |
Member
Author
|
This change is not a proper fix, just a workaround to be able to move forward on the new "Refleaks" buildbot that @zware just created: |
Member
|
I think I'd rather change the builder config, possibly by adding a new make target for it ( |
Member
Author
|
I was bitten multiple timed by this bug. The rationale is non obvious. I
would like to fix it.
|
Member
|
Ok, fair enough. |
serhiy-storchaka
approved these changes
May 18, 2017
Member
serhiy-storchaka
left a comment
There was a problem hiding this comment.
LGTM. Could you add a test for this? It should be easy in ParseArgsTestCase.
I don't know whether it is worth to make this an error rather than a warning.
zware
approved these changes
May 18, 2017
Member
Author
|
Could you add a test for this? It should be easy in ParseArgsTestCase
Since it's a temporary workaround, I don't want to write a test for it.
I'm quite sure that it's possible to really fix the bug by reorganizing the
code.
|
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
Add this suggestion to a batch that can be applied as a single commit.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.Add this suggestion to a batch that can be applied as a single commit.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.Suggestion cannot be applied right now. Please check back later.
Workaround for a regrtest bug.