bpo-36364: fix SharedMemoryManager examples by pierreglaser · Pull Request #12439 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@pierreglaser

Copy link Copy Markdown

Contributor

@pierreglaser pierreglaser commented

Mar 19, 2019

edited by brettcannon

Loading

Examples of the multiprocessing.shared_memory module try to import SharedMemoryManager from multiprocessing.shared_memory whereas this class is defined in multiprocessing.managers.

Copy link Copy Markdown

Member

@tirkarthi 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@brettcannon brettcannon brettcannon approved these changes

@tirkarthi tirkarthi tirkarthi approved these changes

Assignees

No one assigned

Labels

docs

Documentation in the Doc dir

skip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@pierreglaser @brettcannon @tirkarthi @the-knights-who-say-ni @bedevere-bot @miss-islington