Message12600

Author jeff.allen
Recipients behackett, jeff.allen
Date 2019-07-21.07:07:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563692874.55.0.0689915542853.issue2784@roundup.psfhosted.org>
In-reply-to
Content
I'm happy to report that's fixed, as a result of work on #2715. 2.7.2a1 currently does this:

>>> memoryview(u"foobar")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: cannot make memory view because object does not have the buffer interface
History
Date User Action Args
2019-07-21 07:07:54jeff.allensetmessageid: <1563692874.55.0.0689915542853.issue2784@roundup.psfhosted.org>
2019-07-21 07:07:54jeff.allensetrecipients: + jeff.allen, behackett
2019-07-21 07:07:54jeff.allenlinkissue2784 messages
2019-07-21 07:07:54jeff.allencreate