Message237620
| Author | vstinner |
|---|---|
| Recipients | christian.heimes, pitrou, serhiy.storchaka, vstinner |
| Date | 2015-03-09.09:31:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1425893484.33.0.830211102111.issue20602@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
sys_at_exit.py: script to reproduce the issue. The changeset 9639a73afa47 explicitly added sys.flags and sys.float_info to sys_deletes, list of symbols that must be cleared at exit. So if I understand correctly the issue, the question is why the change was made. Antoine wants to keep these symbols alive during Python shutdown. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-09 09:31:24 | vstinner | set | recipients: + vstinner, pitrou, christian.heimes, serhiy.storchaka |
| 2015-03-09 09:31:24 | vstinner | set | messageid: <1425893484.33.0.830211102111.issue20602@psf.upfronthosting.co.za> |
| 2015-03-09 09:31:24 | vstinner | link | issue20602 messages |
| 2015-03-09 09:31:24 | vstinner | create | |