-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-40135: don't define shared memory block's name in test_shared_memory_across_… #19892
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
@vstinner Hi, victor. Pls take a look if you have free time. |
I confirm that it does fix https://bugs.python.org/issue40135#msg365462 for me. |
Thanks @shihai1991 for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
…ythonGH-19892) Don't define shared memory block's name in test_shared_memory_across_processes(): use SharedMemory(create=True) instead. (cherry picked from commit caa3ef2) Co-authored-by: Hai Shi <shihai1992@gmail.com>
GH-19903 is a backport of this pull request to the 3.8 branch. |
|
I have checked the logs, the test_asyncio looks like have no relation with this PR. |
https://bugs.python.org/issue40135