Core and Builtins
-----------------
+- Fix segfaults on setting __qualname__ on builtin types and attempting to
+ delete it on any type.
+
- Issue #16345: Fix an infinite loop when ``fromkeys`` on a dict subclass
- recieved a nonempty dict from the constructor.
+ received a nonempty dict from the constructor.
-- Issue #16197: Update winreg docstrings and documentation to match code.
+- Issue #16271: Fix strange bugs that resulted from __qualname__ appearing in a
+ class's __dict__ and on type.
+
+- Issue #16197: Update winreg docstrings and documentation to match code.
Patch by Zachary Ware.
-- Issue #14700: Fix buggy overflow checks when handling large precisions and
- widths in old-style and new-style formatting.
+- Issue #16241: Document -X faulthandler command line option.
+ Patch by Marek Ć uppa.
- Issue #6074: Ensure cached bytecode files can always be updated by the
user that created them, even when the source file is read-only.