| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
this is just a test change and doesn't need news |
Sorry, something went wrong.
…s_fails_with_inactive_watcher the test was never run, because it was missing the TestCase class the test failed because the wrong attribute was patched
|
It's best to review this in side-by-side mode, because GenericWatcherTests needed to be indented: https://github.com/python/cpython/pull/95009/files?diff=split |
Sorry, something went wrong.
There was a problem hiding this comment.
👍
Sorry, something went wrong.
|
This should probably be backported to 3.10 as it's needed to verify a bugfix |
Sorry, something went wrong.
|
Thanks @graingert for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
|
GH-95092 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
|
GH-95093 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
…s_fails_with_inactive_watcher (pythonGH-95009) The test was never run, because it was missing the TestCase class. The test failed because the wrong attribute was patched. (cherry picked from commit 834bd5d) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
…s_fails_with_inactive_watcher (pythonGH-95009) The test was never run, because it was missing the TestCase class. The test failed because the wrong attribute was patched. (cherry picked from commit 834bd5d) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
| Back | FazBrowse Home | New Git URL |
fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher
the test was never run, because it was missing the TestCase class
the test failed because the wrong attribute was patched