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 serhiy.storchaka
Recipients serhiy.storchaka, skrah
Date 2018-07-23.14:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532354482.59.0.56676864532.issue34201@psf.upfronthosting.co.za>
In-reply-to
Content
memoryview.readonly is a bool, but ndarray.readonly is an int 0 or 1. The proposed PR makes ndarray.readonly a bool and makes test_buffer using more strict assertIs() instead of assertEqual() for testing boolean values.
History
Date User Action Args
2018-07-23 14:01:22serhiy.storchakasetrecipients: + serhiy.storchaka, skrah
2018-07-23 14:01:22serhiy.storchakasetmessageid: <1532354482.59.0.56676864532.issue34201@psf.upfronthosting.co.za>
2018-07-23 14:01:22serhiy.storchakalinkissue34201 messages
2018-07-23 14:01:22serhiy.storchakacreate