Message306718
Speaking of surprises with static initialization of the runtime allocations: both PRs are failing in CI, suggesting that the changes that Py_Initialize makes to the allocator settings aren't being reverted in Py_Finalize, so there's a mismatch between the allocation function and the deallocation function. |
|
| Date |
User |
Action |
Args |
| 2017-11-22 10:37:31 | ncoghlan | set | recipients:
+ ncoghlan, vstinner, eric.snow, serhiy.storchaka, Decorater |
| 2017-11-22 10:37:31 | ncoghlan | set | messageid: <[email protected]> |
| 2017-11-22 10:37:31 | ncoghlan | link | issue32096 messages |
| 2017-11-22 10:37:31 | ncoghlan | create | |
|