]> granicus.if.org Git - python/commit
bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741)
authorGareth Rees <gdr@garethrees.org>
Fri, 21 Jul 2017 10:35:33 +0000 (11:35 +0100)
committerAntoine Pitrou <pitrou@free.fr>
Fri, 21 Jul 2017 10:35:33 +0000 (12:35 +0200)
commit3913bad4957ac30e58a7ffe9279333ad176a8eea
tree2c6e360c1bf3571401f33232e85609e2316c44d4
parent7c5798ebfa9b822d6cedf1fc8c034f6ea90644dc
bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741)

* bpo-19896: Add typcodes 'q' and 'Q' to multiprocessing.sharedctypes. Patch by Antony Lee.

* Add NEWS entry.

* Slightly tweak NEWS entry

Make it clear this is more of a fix rather than a new feature.
Lib/multiprocessing/sharedctypes.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2017-07-18-13-24-50.bpo-19896.-S0IWu.rst [new file with mode: 0644]