Core and Builtins
-----------------
-- Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
++- Issue #16588: Silence unused-but-set warnings in Python/thread_pthread
++
+- Issue #16546: Fix: ast.YieldFrom argument is now mandatory.
+
+- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
+ (actually, any non-string or non-bytes type).
- Issue #16306: Fix multiple error messages when unknown command line
parameters where passed to the interpreter. Patch by Hieu Nguyen.