diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-23 16:19:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-23 16:19:25 (GMT) |
commit | 175b2e974586152c1d4cdea589b971d7ecad4d30 (patch) | |
tree | f8a179c2560beab82cbf912ed6c6a592f86ca200 /Python | |
parent | 914d6b79735e5eabaf4e4d77e3f2ad4eae0beb9a (diff) | |
download | cpython-175b2e974586152c1d4cdea589b971d7ecad4d30.zip cpython-175b2e974586152c1d4cdea589b971d7ecad4d30.tar.gz cpython-175b2e974586152c1d4cdea589b971d7ecad4d30.tar.bz2 |
bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320)
(cherry picked from commit b3ca7972c8d8c6479b6542ce28e0f7a6ebd5b8fe)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
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 01a3c8b..33b2ca6 100644 --- a/Python/importlib_external.h +++ b/Python/importlib_external.h @@ -278,7 +278,7 @@ const unsigned char _Py_M__importlib_bootstrap_external[] = { 95,97,116,111,109,105,99,120,0,0,0,115,30,0,0,0, 0,5,16,1,6,1,16,0,6,255,4,2,2,3,14,1, 20,1,16,1,14,1,2,1,14,1,14,1,6,1,114,69, - 0,0,0,105,92,13,0,0,114,28,0,0,0,114,16,0, + 0,0,0,105,83,13,0,0,114,28,0,0,0,114,16,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,99,78,41,1,218,12,111,112,116,105, |