[issue9757] Add context manager protocol to memoryviews

Nick Coghlan report at bugs.python.org
Wed Sep 8 23:24:39 CEST 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

One other question: should IS_RELEASED use "||" rather than "&&"?

Is there any case where either of those pointers can be NULL and we still want to continue on rather than bailing out with a ValueError?

----------

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


More information about the Python-bugs-list mailing list