[issue39675] forked process in multiprocessing does not honour atexit

2020-02-18 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- components: +Library (Lib) type: -> behavior versions: +Python 3.9 ___ Python tracker ___ ___

[issue39675] forked process in multiprocessing does not honour atexit

2020-02-18 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- assignee: -> pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39675] forked process in multiprocessing does not honour atexit

2020-02-18 Thread gaborbernat
New submission from gaborbernat : I've talked with Pablo about this in person, and as advised opening the issue here now. I've discovered that forked processes do not honour atexit registrations. See the following example code: from multiprocessing import Process, set_start_method import ti