[issue23376] getargs.c: redundant C-contiguity check

Stefan Krah report at bugs.python.org
Mon Feb 2 13:59:10 CET 2015


Stefan Krah added the comment:

A unit test would not be so helpful. The potential problem is that
third party extensions with broken getbufferprocs would suffer.


But at some point we have to streamline PEP-3118 code, or it
will remain inscrutable forever.  Extension writers often copy
code from cpython, and I'm afraid if we don't remove redundancy,
people will think such contiguity checks are necessary.

----------

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


More information about the Python-bugs-list mailing list