From c368ce74d2c9bcbf1ec320466819c2d4768252f7 Mon Sep 17 00:00:00 2001 From: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> Date: Sun, 4 Apr 2021 04:33:22 -0400 Subject: bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172) * Update magic numbers and bootstrapping for GH-25069 * add blurb Co-authored-by: Terry Jan Reedy --- Python/importlib_external.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/importlib_external.h') diff --git a/Python/importlib_external.h b/Python/importlib_external.h index 465ec0cd6dd..89f4d6fc254 100644 --- a/Python/importlib_external.h +++ b/Python/importlib_external.h @@ -315,7 +315,7 @@ const unsigned char _Py_M__importlib_bootstrap_external[] = { 0,115,38,0,0,0,16,5,6,1,22,1,4,255,2,2, 14,3,24,1,16,128,18,1,12,1,2,1,12,1,2,3, 12,254,2,1,2,1,2,254,2,253,255,128,114,84,0,0, - 0,105,106,13,0,0,114,45,0,0,0,114,33,0,0,0, + 0,105,107,13,0,0,114,45,0,0,0,114,33,0,0,0, 115,2,0,0,0,13,10,90,11,95,95,112,121,99,97,99, 104,101,95,95,122,4,111,112,116,45,122,3,46,112,121,122, 4,46,112,121,119,122,4,46,112,121,99,41,1,218,12,111, -- cgit v1.2.3