Message365403
> Currently, C++ code that includes `<Python.h>` is warning-free in GCC (g++) even with `-Wpedantic`. That won't be true after this change, unless Py_LIMITED_API is defined.
By the way, the current trend is to make more and more structures opaque in the C API. See for example:
* bpo-39573: Make PyObject an opaque structure in the limited C API
* bpo-39947: Make the PyThreadState structure opaque (move it to the internal C API) |
|
Date |
User |
Action |
Args |
2020-03-31 17:25:15 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, colesbury |
2020-03-31 17:25:15 | vstinner | set | messageid: <1585675515.87.0.466599845685.issue40120@roundup.psfhosted.org> |
2020-03-31 17:25:15 | vstinner | link | issue40120 messages |
2020-03-31 17:25:15 | vstinner | create | |
|