summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/3.6.0rc2.rst
blob: 4a78694167eab273a2e0b45dc828396128e6a0ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.. bpo: 28147
.. date: 9795
.. nonce: CnK_xf
.. release date: 2016-12-16
.. section: Core and Builtins

Fix a memory leak in split-table dictionaries: setattr() must not convert
combined table into split table. Patch written by INADA Naoki.

..

.. bpo: 28990
.. date: 9794
.. nonce: m8xRMJ
.. section: Core and Builtins

Fix asyncio SSL hanging if connection is closed before handshake is
completed. (Patch by HoHo-Ho)

..

.. bpo: 28770
.. date: 9793
.. nonce: N9GQsz
.. section: Tools/Demos

Fix python-gdb.py for fastcalls.

..

.. bpo: 28896
.. date: 9792
.. nonce: ymAbmH
.. section: Windows

Deprecate WindowsRegistryFinder.

..

.. bpo: 28898
.. date: 9791
.. nonce: YGUd_i
.. section: Build

Prevent gdb build errors due to HAVE_LONG_LONG redefinition.