• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. bpo: 28147
2.. date: 9795
3.. nonce: CnK_xf
4.. release date: 2016-12-16
5.. section: Core and Builtins
6
7Fix a memory leak in split-table dictionaries: setattr() must not convert
8combined table into split table. Patch written by INADA Naoki.
9
10..
11
12.. bpo: 28990
13.. date: 9794
14.. nonce: m8xRMJ
15.. section: Core and Builtins
16
17Fix asyncio SSL hanging if connection is closed before handshake is
18completed. (Patch by HoHo-Ho)
19
20..
21
22.. bpo: 28770
23.. date: 9793
24.. nonce: N9GQsz
25.. section: Tools/Demos
26
27Fix python-gdb.py for fastcalls.
28
29..
30
31.. bpo: 28896
32.. date: 9792
33.. nonce: ymAbmH
34.. section: Windows
35
36Deprecate WindowsRegistryFinder.
37
38..
39
40.. bpo: 28898
41.. date: 9791
42.. nonce: YGUd_i
43.. section: Build
44
45Prevent gdb build errors due to HAVE_LONG_LONG redefinition.
46