- Issue #11571: Ensure that the turtle window becomes the topmost window
when launched on OS X.
-Extension Modules
------------------
+- Issue #21801: Validate that __signature__ is None or an instance of Signature.
-- Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd.
++- Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
++ due to possible uninitialized _config_vars.
+
+Extension Modules
+-----------------
+
+- Issue #21407: _decimal: The module now supports function signatures.
+
+- Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd.
- Issue #21226: Set up modules properly in PyImport_ExecCodeModuleObject
(and friends).