Core and Builtins
-----------------
+ - Issue #29034: Fix memory leak and use-after-free in os module (path_converter).
+
- Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
+- Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
+ Calling function is up to 5% faster.
+
+- Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
+ whitespace, not only spaces. Patch by Robert Xiao.
+
- Issue #28932: Do not include <sys/random.h> if it does not exist.
- Issue #25677: Correct the positioning of the syntax error caret for