diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2021-04-04 08:33:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-04 08:33:22 (GMT) |
commit | c368ce74d2c9bcbf1ec320466819c2d4768252f7 (patch) | |
tree | baaa39c3da90c7672b601f1003d814566bd4dd59 /Python | |
parent | 3caea9adda7f79ab5d4c5a1905ca62b44e0b3b7b (diff) | |
download | cpython-c368ce74d2c9bcbf1ec320466819c2d4768252f7.zip cpython-c368ce74d2c9bcbf1ec320466819c2d4768252f7.tar.gz cpython-c368ce74d2c9bcbf1ec320466819c2d4768252f7.tar.bz2 |
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 <tjreedy@udel.edu>
Diffstat (limited to 'Python')
-rw-r--r-- | Python/importlib_external.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/importlib_external.h b/Python/importlib_external.h index 465ec0c..89f4d6f 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, |