[issue26180] multiprocessing.util._afterfork_registry leak in threaded environment

2019-06-14 Thread Milan Zamazal
Milan Zamazal added the comment: I used Linux. -- ___ Python tracker <https://bugs.python.org/issue26180> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26180] multiprocessing.util._afterfork_registry leak in threaded environment

2016-01-22 Thread Milan Zamazal
New submission from Milan Zamazal: When calling multiprocessing.managers.BaseManager repeatedly from a client, each time from a new thread, new entry with (already existent) multiprocessing.util.ForkAwareLocal instance is inserted as a value into multiprocessing.util._afterfork_registry

[issue26180] multiprocessing.util._afterfork_registry leak in threaded environment

2016-01-25 Thread Milan Zamazal
Milan Zamazal added the comment: Python 3.x version attached. -- Added file: http://bugs.python.org/file41706/bug3.py ___ Python tracker <http://bugs.python.org/issue26