[issue45308] multiprocessing default fork child process will not free object, which is inherited from parent process

eleven xiang report at bugs.python.org
Tue Sep 28 04:00:54 EDT 2021


eleven xiang <eleven.xiang at gmail.com> added the comment:

you could use below command to build test.so from test1.cpp

g++ test1.cpp -shared -fPIC --std=c++11 -o test.so

----------

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


More information about the Python-bugs-list mailing list