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 skrah
Recipients Eric Wieser, skrah
Date 2020-02-12.00:00:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581465650.76.0.589895531862.issue39610@roundup.psfhosted.org>
In-reply-to
Content
The change looks reasonable, but unfortunately this is a long-standing
behavior that originates from before the Python-3.3 memoryview rewrite.

It is also present in 2.7 (the previous implementation) and documented
in 3.3:

https://docs.python.org/3/library/stdtypes.html#memoryview


I think I documented it because it looked strange back then, too.
So I've to think a bit what will be affected and how this behavior
came into place.
History
Date User Action Args
2020-02-12 00:00:50skrahsetrecipients: + skrah, Eric Wieser
2020-02-12 00:00:50skrahsetmessageid: <1581465650.76.0.589895531862.issue39610@roundup.psfhosted.org>
2020-02-12 00:00:50skrahlinkissue39610 messages
2020-02-12 00:00:50skrahcreate