This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhansen
Recipients pitrou, rhansen, seberg, skrah
Date 2015-01-30.20:10:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422648603.95.0.871371965964.issue23352@psf.upfronthosting.co.za>
In-reply-to
Content
> People might rely on the fact that contiguous implies suboffsets==NULL.

Cython (currently) relies on all-negatives being acceptable and equivalent to suboffsets==NULL.  See:
https://github.com/cython/cython/pull/367
http://thread.gmane.org/gmane.comp.python.cython.devel/15569
History
Date User Action Args
2015-01-30 20:10:03rhansensetrecipients: + rhansen, pitrou, skrah, seberg
2015-01-30 20:10:03rhansensetmessageid: <1422648603.95.0.871371965964.issue23352@psf.upfronthosting.co.za>
2015-01-30 20:10:03rhansenlinkissue23352 messages
2015-01-30 20:10:03rhansencreate