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 ncoghlan, pitrou, skrah
Date 2011-08-23.12:44:01
SpamBayes Score 0.005926421
Marked as misclassified No
Message-id <1314103441.87.0.609620301805.issue12817@psf.upfronthosting.co.za>
In-reply-to
Content
I've come to think that PyBUF_SIMPLE requests were really intended
as a way of casting contiguous buffers with arbitrary formats to
one-dimensional buffers of unsigned bytes. At least that is what Numpy
does. 

Then test_multiprocessing would be correct. I've asked the general
question on the Numpy mailing list:

http://mail.scipy.org/pipermail/numpy-discussion/2011-August/058189.html
History
Date User Action Args
2011-08-23 12:44:01skrahsetrecipients: + skrah, ncoghlan, pitrou
2011-08-23 12:44:01skrahsetmessageid: <1314103441.87.0.609620301805.issue12817@psf.upfronthosting.co.za>
2011-08-23 12:44:01skrahlinkissue12817 messages
2011-08-23 12:44:01skrahcreate