[issue10816] test_multiprocessing: unclosed sockets

2011-01-03 Thread STINNER Victor
STINNER Victor added the comment: Ok, I found it: fixed by r87686 -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue10816] test_multiprocessing: unclosed sockets

2011-01-03 Thread STINNER Victor
New submission from STINNER Victor : test_remote (__main__.WithManagerTestRemoteManager) ... /home/haypo/prog/GIT/py3k/Lib/multiprocessing/managers.py:812: ResourceWarning: unclosed util.debug('... decref failed %s', e) ok test_pool_initializer (__main__.TestInitializers) ... /home/haypo/