Message336664
| Author | arigo |
|---|---|
| Recipients | arigo, eric.snow, matrixise, ncoghlan, njs, vstinner |
| Date | 2019-02-26.13:22:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1551187374.0.0.158837859432.issue35886@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
@nick the C sources produced by cffi don't change. When they are compiled, they use Py_LIMITED_API so you can continue using a single compiled module version for any recent-enough Python 3.x. The required fix is only inside the cffi module itself. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-26 13:22:54 | arigo | set | recipients: + arigo, ncoghlan, vstinner, njs, eric.snow, matrixise |
| 2019-02-26 13:22:53 | arigo | set | messageid: <1551187374.0.0.158837859432.issue35886@roundup.psfhosted.org> |
| 2019-02-26 13:22:53 | arigo | link | issue35886 messages |
| 2019-02-26 13:22:53 | arigo | create | |