Message 379917 - Python tracker
Message379917
| 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:37 | methane | set | recipients: + 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:37 | methane | set | messageid: <1604034457.82.0.0558583168481.issue40255@roundup.psfhosted.org> |
| 2020-10-30 05:07:37 | methane | link | issue40255 messages |
| 2020-10-30 05:07:37 | methane | create | |