cpython/Misc/NEWS.d/next
Eric Snow 631f9938b1
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396)
This moves logic out of the frame initialization code and into the compiler and eval loop.  Doing so simplifies the runtime code and allows us to optimize it better.

https://bugs.python.org/issue43693
2021-06-07 16:52:00 -06:00
..
Build bpo-41282: Fix broken `make install` (GH-26329) 2021-05-24 18:48:44 -04:00
C API bpo-39573: Py_TYPE becomes a static inline function (GH-26493) 2021-06-03 18:42:59 +02:00
Core and Builtins bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396) 2021-06-07 16:52:00 -06:00
Documentation bpo-44322: Document more SyntaxError details. (GH-26562) 2021-06-06 21:42:31 -04:00
IDLE bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404) 2021-05-28 09:07:21 +03:00
Library bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422) 2021-06-07 08:06:33 +01:00
Security Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976) 2021-05-07 22:31:01 -04:00
Tests bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) 2021-06-03 18:04:25 +02:00
Tools-Demos bpo-44074: let patchcheck infer the base branch name (GH-25991) 2021-05-10 19:34:27 +01:00
Windows bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568) 2021-06-07 21:26:02 +01:00
macOS bpo-43109: Fix --with-lto configure option on macOS (GH-26341) 2021-05-24 23:00:04 -04:00