[issue23510] multiprocessing bug SyncManager and 'with'

Irit Katriel report at bugs.python.org
Fri Sep 18 05:44:16 EDT 2020


Irit Katriel <iritkatriel at yahoo.com> added the comment:

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
>>>

----------
nosy: +iritkatriel

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue23510>
_______________________________________


More information about the Python-bugs-list mailing list