Message359102
| Author | bmerry |
|---|---|
| Recipients | BTaskaya, bmerry, josh.r, methane, pitrou, remi.lapeyre, serhiy.storchaka, vstinner |
| Date | 2019-12-31.06:02:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1577772173.93.0.88544484093.issue36051@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
If we want to be conservative, we could only drop the GIL if all the buffers pass the PyBytes_CheckExact test. Presumably that won't encounter any of these problems because bytes objects are immutable? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-12-31 06:02:53 | bmerry | set | recipients: + bmerry, pitrou, vstinner, methane, serhiy.storchaka, josh.r, remi.lapeyre, BTaskaya |
| 2019-12-31 06:02:53 | bmerry | set | messageid: <1577772173.93.0.88544484093.issue36051@roundup.psfhosted.org> |
| 2019-12-31 06:02:53 | bmerry | link | issue36051 messages |
| 2019-12-31 06:02:53 | bmerry | create | |