Message 394659 - Python tracker
Message394659
| Author | vstinner |
|---|---|
| Recipients | christian.heimes, corona10, erlendaasland, kj, miss-islington, nascheme, ncoghlan, pablogsal, shihai1991, vstinner |
| Date | 2021-05-28.14:01:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1622210516.72.0.93341000845.issue42972@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I'm not fully satified by the overlapped_dealloc() implementation neither. There is an unpleasant code path for Windows XP but it's no longer needed in Python 3.11. I would prefer to always call PyObject_GC_UnTrack() and call it earlier. See the dicsussion in the PR: https://github.com/python/cpython/pull/26381 But it can be modified later. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-05-28 14:01:56 | vstinner | set | recipients: + vstinner, nascheme, ncoghlan, christian.heimes, corona10, pablogsal, miss-islington, shihai1991, erlendaasland, kj |
| 2021-05-28 14:01:56 | vstinner | set | messageid: <1622210516.72.0.93341000845.issue42972@roundup.psfhosted.org> |
| 2021-05-28 14:01:56 | vstinner | link | issue42972 messages |
| 2021-05-28 14:01:56 | vstinner | create | |