Fix a memory leak in split-table dictionaries: setattr() must not convert combined table into split table. Patch written by INADA Naoki.
Fix asyncio SSL hanging if connection is closed before handshake is completed. (Patch by HoHo-Ho)
Fix python-gdb.py for fastcalls.
Deprecate WindowsRegistryFinder.
Prevent gdb build errors due to HAVE_LONG_LONG redefinition.