cpython/Misc/NEWS.d/next
Mark Shannon 9e7b2076fb
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
* Remove redundant tracing_possible field from interpreter state.

* Move 'use_tracing' from tstate onto C stack, for fastest possible checking in dispatch logic.

* Add comments stressing the importance stack discipline when dealing with CFrames.

* Add NEWS
2021-04-13 11:08:14 +01:00
..
Build bpo-43567: Improved generated code refresh on Windows (GH-25120) 2021-04-06 23:54:43 +01:00
C API bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) 2021-04-11 00:17:39 +02:00
Core and Builtins bpo-43760: Speed up check for tracing in interpreter dispatch (#25276) 2021-04-13 11:08:14 +01:00
Documentation bpo-43739: Add type declaration Doc/extending/extending.rst example 2021-04-10 08:54:32 -07:00
IDLE Python 3.10.0a7 2021-04-05 17:39:49 +01:00
Library bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273) 2021-04-13 18:17:03 +09:00
Security bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) 2021-04-07 13:27:41 +02:00
Tests bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) 2021-04-09 15:43:06 +02:00
Tools-Demos Python 3.10.0a4 2021-01-04 17:26:00 +00:00
Windows bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213) 2021-04-06 13:08:30 +01:00
macOS Python 3.10.0a6 2021-03-01 16:45:40 +00:00