multiprocessing + atexit

Neal Becker ndbecker2 at gmail.com
Thu Mar 12 13:13:28 EDT 2009


I have some code that uses atexit (remove old log files).  Before converting 
to use multiprocessing, it worked.  Since converting, it seems to not be 
running the atexit code (old log files are not removed).

Any known issues with multiprocessing + atexit?





More information about the Python-list mailing list