[issue36364] errors in multiprocessing.shared_memory examples

2019-04-02 Thread Brett Cannon
Brett Cannon added the comment: @Davin is there an issue for that and thus this issue can then be closed? Or did you want to re-purpose this issue to track that? Either way I'm assigning the issue to you to let you decide which way you want to go. :) -- assignee: docs@python -> davin

[issue36364] errors in multiprocessing.shared_memory examples

2019-04-01 Thread Davin Potts
Davin Potts added the comment: Very much agreed, they're moving over to the main docs. -- ___ Python tracker ___ ___ Python-bugs-li

[issue36364] errors in multiprocessing.shared_memory examples

2019-03-26 Thread Brett Cannon
Brett Cannon added the comment: I've gone ahead and merged Pierre's fix (thanks!), but I'm not sure if SharedMemoryManager should stay in the shared_memory docs or if it should move over to multiprocessing.manager. Davin, any input on that? -- nosy: +brett.cannon __

[issue36364] errors in multiprocessing.shared_memory examples

2019-03-26 Thread miss-islington
miss-islington added the comment: New changeset 3b7e47aea9b29f2669e7178a461426d18bce349e by Miss Islington (bot) (Pierre Glaser) in branch 'master': bpo-36364: fix SharedMemoryManager examples (GH-12439) https://github.com/python/cpython/commit/3b7e47aea9b29f2669e7178a461426d18bce349e -

[issue36364] errors in multiprocessing.shared_memory examples

2019-03-19 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +davin, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36364] errors in multiprocessing.shared_memory examples

2019-03-19 Thread Pierre Glaser
Change by Pierre Glaser : -- pull_requests: +12394 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36364] errors in multiprocessing.shared_memory examples

2019-03-19 Thread Pierre Glaser
New submission from Pierre Glaser : The examples of the new shared_memory module using SharedMemoryManager try to import the class from multiprocessing.shared_memory instead of multiprocessing.managers, making them fail. -- assignee: docs@python components: Documentation files: 0001-D