Message 377103 - Python tracker (original) (raw)

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