-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-2604: Make DocTestCase reset globs in teardown #31932
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
Conversation
Co-authored-by: Piet Delport Co-authored-by: Hugo Lopes Tavares
Thanks! I think this does need a news entry because doctest is a public API and this fixes a user-visible bug. |
@JelleZijlstra Added 😄 Not sure if that also means that this needs to be back ported, but I'll leave that decision up to you. |
Misc/NEWS.d/next/Library/2022-03-16-18-25-19.bpo-2604.jeopdL.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Jelle Zijlstra <[email protected]>
Thanks @DanielNoord for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry @DanielNoord and @JelleZijlstra, I had trouble checking out the |
GH-32057 is a backport of this pull request to the 3.9 branch. |
Thanks @DanielNoord for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-32058 is a backport of this pull request to the 3.10 branch. |
…31932) Co-authored-by: Piet Delport Co-authored-by: Hugo Lopes Tavares Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 7ba7eae) Co-authored-by: Daniël van Noord <[email protected]>
…31932) Co-authored-by: Piet Delport Co-authored-by: Hugo Lopes Tavares Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 7ba7eae) Co-authored-by: Daniël van Noord <[email protected]>
Co-authored-by: Piet Delport Co-authored-by: Hugo Lopes Tavares Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 7ba7eae) Co-authored-by: Daniël van Noord <[email protected]>
Co-authored-by: Piet Delport Co-authored-by: Hugo Lopes Tavares Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 7ba7eae) Co-authored-by: Daniël van Noord <[email protected]>
…31932) Co-authored-by: Piet Delport Co-authored-by: Hugo Lopes Tavares Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 7ba7eae) Co-authored-by: Daniël van Noord <[email protected]>
Targets bpo-2604 and bpo-9736.
Combination of both patches as suggested by Irit Katriel on bpo-2604.
I didn't include a news entry as I didn't think it was necessary for test changes. Let me know if I should add one!
https://bugs.python.org/issue2604