Message 330949 - Python tracker
Message330949
| Author | vstinner |
|---|---|
| Recipients | vstinner, xiang.zhang |
| Date | 2018-12-03.15:22:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1543850560.07.0.788709270274.issue31473@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
See also bpo-35265: "Internal C API: pass the memory allocator in a context". The most complex part is the Python initialization which changes the memory allocator *and* allocate memory. We have to remain which allocator has been used to allocate data, to be able to release memory at exit. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-03 15:22:40 | vstinner | set | recipients: + vstinner, xiang.zhang |
| 2018-12-03 15:22:40 | vstinner | set | messageid: <1543850560.07.0.788709270274.issue31473@psf.upfronthosting.co.za> |
| 2018-12-03 15:22:40 | vstinner | link | issue31473 messages |
| 2018-12-03 15:22:40 | vstinner | create | |