summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorGareth Rees <gdr@garethrees.org>2017-07-21 10:35:33 (GMT)
committerAntoine Pitrou <pitrou@free.fr>2017-07-21 10:35:33 (GMT)
commit3913bad4957ac30e58a7ffe9279333ad176a8eea (patch)
tree2c6e360c1bf3571401f33232e85609e2316c44d4 /Misc/NEWS.d/next/Library
parent7c5798ebfa9b822d6cedf1fc8c034f6ea90644dc (diff)
downloadcpython-3913bad4957ac30e58a7ffe9279333ad176a8eea.zip
cpython-3913bad4957ac30e58a7ffe9279333ad176a8eea.tar.gz
cpython-3913bad4957ac30e58a7ffe9279333ad176a8eea.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2017-07-18-13-24-50.bpo-19896.-S0IWu.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-07-18-13-24-50.bpo-19896.-S0IWu.rst b/Misc/NEWS.d/next/Library/2017-07-18-13-24-50.bpo-19896.-S0IWu.rst
new file mode 100644
index 0000000..ce06279
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-07-18-13-24-50.bpo-19896.-S0IWu.rst
@@ -0,0 +1 @@
+Fix multiprocessing.sharedctypes to recognize typecodes ``'q'`` and ``'Q'``.