From f303639e3ac96cfe6c1438f1c594226941f46216 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Sun, 15 Apr 2018 16:12:29 -0600 Subject: bpo-33270: Intern names for all anonymous code objects (#6472) --- Python/importlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/importlib.h') diff --git a/Python/importlib.h b/Python/importlib.h index 032ad45f96..3120faf5b7 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -561,7 +561,7 @@ const unsigned char _Py_M__importlib[] = { 1,100,0,107,9,86,0,1,0,113,2,100,0,83,0,41, 1,78,114,10,0,0,0,41,2,90,2,46,48,90,3,97, 114,103,114,10,0,0,0,114,10,0,0,0,114,11,0,0, - 0,250,9,60,103,101,110,101,120,112,114,62,65,1,0,0, + 0,218,9,60,103,101,110,101,120,112,114,62,65,1,0,0, 115,2,0,0,0,4,0,122,45,95,105,110,115,116,97,108, 108,101,100,95,115,97,102,101,108,121,46,95,95,101,120,105, 116,95,95,46,60,108,111,99,97,108,115,62,46,60,103,101, -- cgit v1.2.1