Message340746
| Author | vstinner |
|---|---|
| Recipients | pitrou, vstinner |
| Date | 2019-04-23.23:09:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556060972.86.0.468713379949.issue36465@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Since my goal here is to support a C extension compiled in release mode on a Python compiled in debug mode, Py_TRACE_REFS should be a new separated ABI since it modify Py_INCREF/Py_DECREF. Maybe a new configure option should be added to opt-in for Py_TRACE_REFS and add "t" (T stands for Trace references) to SOABI. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-23 23:09:32 | vstinner | set | recipients: + vstinner, pitrou |
| 2019-04-23 23:09:32 | vstinner | set | messageid: <1556060972.86.0.468713379949.issue36465@roundup.psfhosted.org> |
| 2019-04-23 23:09:32 | vstinner | link | issue36465 messages |
| 2019-04-23 23:09:32 | vstinner | create | |