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 alexis.d
Recipients alexis.d
Date 2012-03-28.18:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332959225.81.0.904497362889.issue14433@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I was "playing" with memoryviews when I found this behaviour, launch the Python shell, and then enter the following:

>>> import os
>>> memoryview(os.fdopen(0))

A TypeError "cannot make memory view because object does not have the buffer interface" is raised and shown in the shell.

Then:
* On Windows 7, Python 3.2.2: Windows open a window with something like this "python.exe has stopped working"
* On CrunchBang Linux (Debian), Python 3.1.3: the shell exits (though echo $? print 0...).

On IRC, valhallasw was able to reproduce the bug:
[19:24] <valhallasw> a__: also happens under 3.2.2 under windows XP /and/ 3.2 under ubuntu natty
[19:24] <valhallasw> the latter just crashes without any message, the former gives the windows XP equivalent of the 'program has stopped working' message

I hope this help, if you need more information please ask.
History
Date User Action Args
2012-03-28 18:27:05alexis.dsetrecipients: + alexis.d
2012-03-28 18:27:05alexis.dsetmessageid: <1332959225.81.0.904497362889.issue14433@psf.upfronthosting.co.za>
2012-03-28 18:27:05alexis.dlinkissue14433 messages
2012-03-28 18:27:05alexis.dcreate