diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2019-06-12-11-45-36.bpo-37221.RhP1E7.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2019-06-12-11-45-36.bpo-37221.RhP1E7.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-06-12-11-45-36.bpo-37221.RhP1E7.rst b/Misc/NEWS.d/next/C API/2019-06-12-11-45-36.bpo-37221.RhP1E7.rst new file mode 100644 index 0000000..96b61de --- /dev/null +++ b/Misc/NEWS.d/next/C API/2019-06-12-11-45-36.bpo-37221.RhP1E7.rst @@ -0,0 +1,4 @@ +``tp_print`` is put back at the end of the ``PyTypeObject`` structure +to restore support for old code (in particular generated by Cython) +setting ``tp_print = 0``. +Note that ``tp_print`` will be removed entirely in Python 3.9. |