[issue19896] Exposing "q" and "Q" to multiprocessing.sharedctypes

Antony Lee report at bugs.python.org
Thu Dec 5 12:13:04 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19896>
_______________________________________


More information about the Python-bugs-list mailing list