]> granicus.if.org Git - python/commit
[3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)
authorJeroen Demeyer <J.Demeyer@UGent.be>
Tue, 25 Jun 2019 10:58:58 +0000 (12:58 +0200)
committerPetr Viktorin <encukou@gmail.com>
Tue, 25 Jun 2019 10:58:58 +0000 (12:58 +0200)
commitd917cfe4051d45b2b755c726c096ecfcc4869ceb
tree5a215b0791f2b96e222f233c98c9f96e936daa3b
parentd32594ad27f48a898d42a0ea30b9d007b1c57de9
[3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)

This is a 3.8-only compatibility measure for third-party Cython-based sdists.

https://bugs.python.org/issue37250
Include/cpython/object.h
Lib/test/test_sys.py
Misc/NEWS.d/next/C API/2019-06-12-11-45-36.bpo-37221.RhP1E7.rst [new file with mode: 0644]
Modules/_testcapimodule.c