bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376)
Convert PyObject_CheckBuffer() macro to a function to hide implementation details: the macro accessed directly the PyTypeObject.tp_as_buffer member.
V
Victor Stinner committed
ef5c615f5ae72c4f6979159c94da46afefbfab9a
Parent: 9205520
Committed by GitHub <noreply@github.com>
on 4/7/2020, 11:13:53 PM