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-26.10:23:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532600586.03.0.56676864532.issue34201@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset e0d67f17ccb4645ff88c9a018679b8a5b4fe0a7e by Serhiy Storchaka in branch 'master':
bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414)
https://github.com/python/cpython/commit/e0d67f17ccb4645ff88c9a018679b8a5b4fe0a7e
History
Date User Action Args
2018-07-26 10:23:06serhiy.storchakasetrecipients: + serhiy.storchaka, skrah
2018-07-26 10:23:06serhiy.storchakasetmessageid: <1532600586.03.0.56676864532.issue34201@psf.upfronthosting.co.za>
2018-07-26 10:23:06serhiy.storchakalinkissue34201 messages
2018-07-26 10:23:05serhiy.storchakacreate