Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 3913bad4957ac30e58a7ffe9279333ad176a8eea https://github.com/python/cpython/commit/3913bad4957ac30e58a7ffe9279333ad176a8eea Author: Gareth Rees <gdr at garethrees.org> Date: 2017年07月21日 (2017年7月21日) Changed paths: M Lib/multiprocessing/sharedctypes.py M Lib/test/_test_multiprocessing.py A Misc/NEWS.d/next/Library/2017-07-18-13-24-50.bpo-19896.-S0IWu.rst Log Message: ----------- 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.