New submission from Antony Lee: 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.
---------- components: Library (Lib) files: multiprocessing-longlong.patch keywords: patch messages: 205287 nosy: Antony.Lee priority: normal severity: normal status: open title: Exposing "q" and "Q" to multiprocessing.sharedctypes versions: Python 3.4 Added file: http://bugs.python.org/file32985/multiprocessing-longlong.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19896> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com