This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients Mark.Shannon, carljm, corona10, dino.viehland, eelizondo, gregory.p.smith, methane, nascheme, pablogsal, pitrou, remi.lapeyre, shihai1991, steve.dower, tim.peters, vstinner
Date 2020-10-30.05:07:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604034457.82.0.0558583168481.issue40255@roundup.psfhosted.org>
In-reply-to
Content
>> Fast shutdown option
>
> You can use os._exit(0).

Yes. Instagram use it as `atexit.register(os._exit, 0)`.

https://instagram-engineering.com/dismissing-python-garbage-collection-at-instagram-4dca40b29172

I think this hack can be supported in multiprocessing module in some way.
History
Date User Action Args
2020-10-30 05:07:37methanesetrecipients: + methane, tim.peters, nascheme, gregory.p.smith, pitrou, vstinner, carljm, dino.viehland, Mark.Shannon, steve.dower, corona10, pablogsal, eelizondo, remi.lapeyre, shihai1991
2020-10-30 05:07:37methanesetmessageid: <1604034457.82.0.0558583168481.issue40255@roundup.psfhosted.org>
2020-10-30 05:07:37methanelinkissue40255 messages
2020-10-30 05:07:37methanecreate