Interpreter now starts properly when dynamic loading is disabled. Patch by Petr Viktorin.
NAN operations are now handled correctly when python is compiled with ICC even if -fp-model strict is not specified.
A "package" lacking a __name__ attribute when trying to perform a from ..
import ...
statement will trigger an ImportError instead of an
AttributeError.
Removes vcruntime140.dll dependency from Tcl/Tk.
platform._syscmd_ver raises DeprecationWarning
Fix Task.get_stack() for 'async def' coroutines