Uh oh!
There was an error while loading. Please reload this page.
gh-112155: Run typing.py doctests during tests - #112156
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Thanks @sobolevn for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @sobolevn and @AlexWaygood, I could not cleanly backport this to |
Sorry, @sobolevn and @AlexWaygood, I could not cleanly backport this to |
sobolevn
commented
Nov 16, 2023
Will do manual backports later |
AlexWaygood
commented
Nov 16, 2023
I just realised that there are no doctests in I'll just remove the "needs backport" labels. |
AlexWaygood
commented
Nov 17, 2023
We now do, of course, following the changes made for #112194, so if you're still up for backporting this to 3.12 and 3.11, that would be great :-) |
sobolevn
commented
Nov 17, 2023
Sure! |
GH-112230 is a backport of this pull request to the 3.12 branch. |
GH-112231 is a backport of this pull request to the 3.11 branch. |
After this change we can detect some hypothetical problems with
doctestsintyping.py.After my change to some incorrect value doctest fails:
typing.pycontains two doctests that are not executed, ever #112155