Core and Builtins
-----------------
++- Issue #27507: Add integer overflow check in bytearray.extend(). Patch by
++ Xiang Zhang.
++
- Issue #27419: Standard __import__() no longer look up "__import__" in globals
- or builtins for importing submodules or "from import". Fixed handling an
- error of non-string package name.
+ or builtins for importing submodules or "from import". Fixed a crash if
+ raise a warning about unabling to resolve package from __spec__ or
+ __package__.
- Issue #27083: Respect the PYTHONCASEOK environment variable under Windows.