Message 322747 - Python tracker
Message322747
| Author | jdemeyer |
|---|---|
| Recipients | jdemeyer, methane, python-dev, serhiy.storchaka, vstinner |
| Date | 2018-07-31.09:36:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1533029769.81.0.56676864532.issue29259@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> For compatibility with extensions built with older Pythons you should define new type flag and read tp_fastcall only if the flag is set. Can you comment on https://github.com/python/cpython/pull/4944 why you think that such compatibility should be guaranteed? According to PEP 384, the layout of PyTypeObject is not part of the stable ABI. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-31 09:36:09 | jdemeyer | set | recipients: + jdemeyer, vstinner, methane, python-dev, serhiy.storchaka |
| 2018-07-31 09:36:09 | jdemeyer | set | messageid: <1533029769.81.0.56676864532.issue29259@psf.upfronthosting.co.za> |
| 2018-07-31 09:36:09 | jdemeyer | link | issue29259 messages |
| 2018-07-31 09:36:09 | jdemeyer | create | |