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 Antony.Lee
Recipients Antony.Lee
Date 2013-12-05.11:13:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386241984.18.0.408310965726.issue19896@psf.upfronthosting.co.za>
In-reply-to
Content
multiprocessing.sharedctypes was not updated after the "q" (c_longlong) and "Q" (c_ulonglong) typecodes were added to the array module (the docs claim that the typecode can be "one character typecode of the kind used by the array module").  The attached patch (just adding an entry to the typecode-to-type dict, as well as some more tests) fixes the issue.
History
Date User Action Args
2013-12-05 11:13:04Antony.Leesetrecipients: + Antony.Lee
2013-12-05 11:13:04Antony.Leesetmessageid: <1386241984.18.0.408310965726.issue19896@psf.upfronthosting.co.za>
2013-12-05 11:13:04Antony.Leelinkissue19896 messages
2013-12-05 11:13:04Antony.Leecreate