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 pitrou
Recipients akuchling, benjamin.peterson, brett.cannon, pitrou, teoliphant
Date 2009-01-10.17:38:01
SpamBayes Score 0.07793572
Marked as misclassified No
Message-id <1231609099.4.0.360352057221.issue2396@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch. Some remarks:
- I had to disable a few tests in test_memoryview.py, mainly because
array.array does not support the new buffer API in 2.x
- I kept the PyBytes_* aliases in memoryobject.c rather than using the
PyString_* equivalents. Is it ok?
- I didn't update the Windows build files, I suppose someone else can do
it (I'm unable to do it myself)
- I'm not sure about the tp_flags juggling in typeobject.c, my additions
may be redundant (although very lightweight)
History
Date User Action Args
2009-01-10 17:38:19pitrousetrecipients: + pitrou, akuchling, brett.cannon, teoliphant, benjamin.peterson
2009-01-10 17:38:19pitrousetmessageid: <1231609099.4.0.360352057221.issue2396@psf.upfronthosting.co.za>
2009-01-10 17:38:18pitroulinkissue2396 messages
2009-01-10 17:38:17pitroucreate