bpo-36364: fix SharedMemoryManager examples by pierreglaser · Pull Request #12439 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 2 commits intopython:masterfrom
Mar 26, 2019Merged
bpo-36364: fix SharedMemoryManager examples#12439
miss-islington merged 2 commits intopython:masterfrom
bpo-36364: fix SharedMemoryManager examples#12439
miss-islington merged 2 commits intopython:masterfrom
Conversation
Copy link Copy Markdown
Contributor
Examples of the multiprocessing.shared_memory module try to import SharedMemoryManager from multiprocessing.shared_memory whereas this class is defined in multiprocessing.managers.
the-knights-who-say-ni
added
the
CLA signed
label
tirkarthi approved these changes Mar 19, 2019
Copy link Copy Markdown
Member
tirkarthi
left a comment
tirkarthi
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
bedevere-bot
added
awaiting core review
and removed
awaiting review
labels
brettcannon
added
the
skip news
label
brettcannon approved these changes Mar 26, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
brettcannon
added
the
🤖 automerge
label
miss-islington
merged commit
3b7e47a
into
python:master
bedevere-bot
removed
the
awaiting merge
label
pierreglaser
mannequin
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment