Message336775
| Author | davide.rizzo |
|---|---|
| Recipients | davide.rizzo |
| Date | 2019-02-27.18:00:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1551290441.84.0.237778309898.issue36139@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
munmap() can take a long time. I think mmap_object_dealloc can trivially release the GIL around this operation. Something similar was already mentioned in https://bugs.python.org/issue1572968 but a general patch was never provided. The dealloc case alone is significant enough to deserve fixing. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-27 18:00:41 | davide.rizzo | set | recipients: + davide.rizzo |
| 2019-02-27 18:00:41 | davide.rizzo | set | messageid: <1551290441.84.0.237778309898.issue36139@roundup.psfhosted.org> |
| 2019-02-27 18:00:41 | davide.rizzo | link | issue36139 messages |
| 2019-02-27 18:00:41 | davide.rizzo | create | |