Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 988 Bytes

3.5.0rc2.rst

File metadata and controls

56 lines (40 loc) · 988 Bytes

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