bpo-38840: Incorrect __all__ in multiprocessing.managers#18034
Conversation
This was causing test___all__ to fail on platforms lacking a shared memory implementation. Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com>
|
The CI failure is unrelated. |
iritkatriel
left a comment
There was a problem hiding this comment.
In the news file - why test___all__?
iritkatriel
left a comment
There was a problem hiding this comment.
In the news file - why test___all__?
|
What? |
|
Thanks @ZackerySpytz for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
Thanks @ZackerySpytz for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
GH-27684 is a backport of this pull request to the 3.9 branch. |
|
GH-27685 is a backport of this pull request to the 3.10 branch. |
) This was causing test___all__ to fail on platforms lacking a shared memory implementation. Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit d097876) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
) This was causing test___all__ to fail on platforms lacking a shared memory implementation. Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit d097876) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This was causing test___all__ to fail on platforms lacking a shared memory implementation. Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit d097876) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
|
This was causing test___all__ to fail on platforms lacking a shared
memory implementation.
Co-Authored-By: Xavier de Gaye xdegaye@gmail.com
https://bugs.python.org/issue38840