bpo-2604: Make DocTestCase reset globs in teardown#31932
bpo-2604: Make DocTestCase reset globs in teardown#31932JelleZijlstra merged 3 commits intopython:mainfrom
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. |
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