-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
bpo-45578: add tests for dis.distb
#29332
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
Adding buildbot tests as meddling with global state usually causes refleaks or environment change failures. |
Is it related?
|
This is indeed unrelated, Nikita. It's fixed by GH-29382 already. |
Sorry, @sobolevn and @ambv, I could not cleanly backport this to |
Sorry @sobolevn and @ambv, I had trouble checking out the |
GH-29385 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit e346f19) Co-authored-by: Nikita Sobolev <[email protected]>
(cherry picked from commit e346f19) Co-authored-by: Nikita Sobolev <[email protected]>
GH-29386 is a backport of this pull request to the 3.9 branch. |
This is the first PR for this issue (I plan to make the second one with
dis.findlabels
tests).https://bugs.python.org/issue45578