[issue29867] Add asserts in PyXXX_GET_SIZE macros

STINNER Victor report at bugs.python.org
Tue Mar 21 05:54:48 EDT 2017


STINNER Victor added the comment:

We should test to run popular C extensions like numpy, PyQt, cython, pillow, etc. with a patched Python to see if it's common to use a "GET" macro to "set" a size. Maybe test also Django see it probably uses many C extensions. I don't ask to test all these modules, but at least a few of them. By "testing", I mean run the test suite of these projects.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29867>
_______________________________________


More information about the Python-bugs-list mailing list