From 862619ab4ad37b44bbb5315400130c510aae8844 Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Wed, 1 Mar 2023 22:49:51 +0000 Subject: [PATCH] gh-102351: bump MAGIC_NUMBER --- Lib/importlib/_bootstrap_external.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/importlib/_bootstrap_external.py b/Lib/importlib/_bootstrap_external.py index 954401cfa85ed3..905d89618993c1 100644 --- a/Lib/importlib/_bootstrap_external.py +++ b/Lib/importlib/_bootstrap_external.py @@ -434,6 +434,7 @@ def _write_atomic(path, data, mode=0o666): # Python 3.12a5 3518 (Add RETURN_CONST instruction) # Python 3.12a5 3519 (Modify SEND instruction) # Python 3.12a5 3520 (Remove PREP_RERAISE_STAR, add CALL_INTRINSIC_2) +# Python 3.12a5 3521 (Fix refleak) # Python 3.13 will start with 3550