From: INADA Naoki <songofacandy@gmail.com> Date: Tue, 22 Nov 2016 10:43:11 +0000 (+0900) Subject: Issue #28023: Fix python-gdb.py didn't support new dict implementation X-Git-Tag: v3.7.0a1~1898 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff33c93f23646aacfac42d50d72961b3858f91e8;p=python Issue #28023: Fix python-gdb.py didn't support new dict implementation --- ff33c93f23646aacfac42d50d72961b3858f91e8 diff --cc Misc/NEWS index 72114e842c,b606101b8c..92fca57a80 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -487,20 -528,6 +487,22 @@@ Buil - Issue #15819: Remove redundant include search directory option for building outside the source tree. +- Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. + Patch by Gareth Rees. + +Tools/Demos +----------- + ++- Issue #28023: Fix python-gdb.py didn't support new dict implementation. ++ +- Issue #15369: The pybench and pystone microbenchmark have been removed from + Tools. Please use the new Python benchmark suite + https://github.com/python/performance which is more reliable and includes a + portable version of pybench working on Python 2 and Python 3. + +- Issue #28102: The zipfile module CLI now prints usage to stderr. + Patch by Stephen J. Turnbull. + Tests -----