This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients Cezary.Wagner, davin, iritkatriel
Date 2020-09-18.09:44:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600422256.6.0.245998292369.issue23510@roundup.psfhosted.org>
In-reply-to
Content
I don't see this problem in python 3.10. Is it a python 2-only issue, and if so then can this issue be closed?


Running Release|Win32 interpreter...
Python 3.10.0a0 (heads/bpo-24792-dirty:1e183f4de5, Sep 14 2020, 15:53:51) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing.managers
>>> with multiprocessing.managers.SyncManager() as s:
...     print("here")
...
here
>>>
History
Date User Action Args
2020-09-18 09:44:16iritkatrielsetrecipients: + iritkatriel, davin, Cezary.Wagner
2020-09-18 09:44:16iritkatrielsetmessageid: <1600422256.6.0.245998292369.issue23510@roundup.psfhosted.org>
2020-09-18 09:44:16iritkatriellinkissue23510 messages
2020-09-18 09:44:16iritkatrielcreate