cpython/Misc/NEWS.d/next
Serhiy Storchaka 62c7015e89
gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)
PyImport_GetImporter() now sets RuntimeError if it fails to get sys.path_hooks
or sys.path_importer_cache or they are not list and dict correspondingly.

Previously it could return NULL without setting error in obscure cases,
crash or raise SystemError if these attributes have wrong type.
2023-09-23 09:39:24 +03:00
..
Build gh-109054: configure checks if libatomic is needed (#109101) 2023-09-08 23:14:33 +02:00
C API gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522) 2023-09-23 09:39:24 +03:00
Core and Builtins GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (GH-109420) 2023-09-22 14:13:31 -07:00
Documentation GH-109209: Bump the minimum Sphinx version to 4.2 (#109210) 2023-09-21 09:06:36 +03:00
IDLE gh-104719: IDLE - test existence of all tokenize references. (#104767) 2023-05-24 08:43:56 +00:00
Library Docs: Update Donghee Na's name (#109743) 2023-09-22 12:52:57 -06:00
macOS gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) 2023-09-05 16:03:06 +00:00
Security gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) 2023-09-05 16:03:06 +00:00
Tests gh-108996: fix and enable test_msvcrt (#109226) 2023-09-22 02:19:48 +02:00
Tools-Demos gh-108494: Argument Clinic: Document how to generate code that uses the limited C API (#108584) 2023-08-30 16:02:48 +02:00
Windows gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) 2023-09-05 16:03:06 +00:00