Message329584
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2018-11-10.01:42:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1541814149.23.0.788709270274.issue35206@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I previously tried a very similar patch but reusing Py_DEBUG define, rather than adding a new _Py_CAPI2 define: bpo-35199. I abandonned it because it was backward incompatible. This change is backward compatible: the new API is not compatible with the current API, but the change doesn't impact the default API which remains unchanged. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-10 01:42:29 | vstinner | set | recipients: + vstinner |
| 2018-11-10 01:42:29 | vstinner | set | messageid: <1541814149.23.0.788709270274.issue35206@psf.upfronthosting.co.za> |
| 2018-11-10 01:42:29 | vstinner | link | issue35206 messages |
| 2018-11-10 01:42:28 | vstinner | create | |