[issue35999] multpirocessing.Process alive after SIGTERM on parent

2019-02-15 Thread Defert
New submission from Defert : Hello, Using the multiprocessing.Process class on Python 3.5 (untested with other versions), child processes are not killed when the main process is killed. The doc mentions a "daemon" flag (https://python.readthedocs.io/en/latest/library/multiproce

[issue8194] broken API in xmlrpclib.Transport

2010-03-21 Thread Defert
New submission from Defert laurent_def...@yahoo.fr: In the Transport class of the xmlrpclib module, the parse_response method expects a File object but handles HTTPResponse's. The regression was introduced in r73638. A fix is attached. -- components: Library (Lib) files