Message 235252 - Python tracker

Message235252

Author skrah
Recipients larry, serhiy.storchaka, skrah, vstinner
Date 2015-02-02.12:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422881950.38.0.561787425656.issue23376@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-02 12:59:10skrahsetrecipients: + skrah, vstinner, larry, serhiy.storchaka
2015-02-02 12:59:10skrahsetmessageid: <1422881950.38.0.561787425656.issue23376@psf.upfronthosting.co.za>
2015-02-02 12:59:10skrahlinkissue23376 messages
2015-02-02 12:59:10skrahcreate