From: Raymond Hettinger Date: Tue, 17 Jan 2017 06:43:43 +0000 (-0800) Subject: merge X-Git-Tag: v3.6.1rc1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e12c313f5e2690d61f99f2fb6a98e7992ff7e12c;p=python merge --- e12c313f5e2690d61f99f2fb6a98e7992ff7e12c diff --cc Misc/NEWS index 04634478c5,7e21d37279..dfb42b681a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -47,6 -28,6 +47,8 @@@ Librar - Issue #29219: Fixed infinite recursion in the repr of uninitialized ctypes.CDLL instances. ++- Issue #29011: Fix an important omission by adding Deque to the typing module. ++ - Issue #28969: Fixed race condition in C implementation of functools.lru_cache. KeyError could be raised when cached function with full cache was simultaneously called from differen threads with the same uncached arguments.