diff --git a/build/definitions.mk b/build/definitions.mk
index cd4d9f430..2b515e927 100644
--- a/build/definitions.mk
+++ b/build/definitions.mk
@@ -241,7 +241,7 @@ DEFAULT_LDFLAGS =							\
 	-nostdlib							\
 	--gc-sections							\
 	--build-id=none							\
-	--no-dynamic-linker --cref -Map=$@.map
+	--no-dynamic-linker #--cref -Map=$@.map
 
 ifeq ($(ARCH), aarch64)
 DEFAULT_LDFLAGS +=							\
diff --git a/third_party/python/Modules/_bisectmodule.c b/third_party/python/Modules/_bisectmodule.c
index 2fbe13aa1..75220fec6 100644
--- a/third_party/python/Modules/_bisectmodule.c
+++ b/third_party/python/Modules/_bisectmodule.c
@@ -284,7 +284,7 @@ PyInit__bisect(void)
     return PyModule_Create(&_bisectmodule);
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__bisect = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__bisect = {
     "_bisect",
     PyInit__bisect,
 };
diff --git a/third_party/python/Modules/_bz2module.c b/third_party/python/Modules/_bz2module.c
index 939583633..dc06cc6ea 100644
--- a/third_party/python/Modules/_bz2module.c
+++ b/third_party/python/Modules/_bz2module.c
@@ -804,7 +804,7 @@ PyInit__bz2(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__bz2 = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__bz2 = {
     "_bz2",
     PyInit__bz2,
 };
diff --git a/third_party/python/Modules/_collectionsmodule.c b/third_party/python/Modules/_collectionsmodule.c
index 45fec95cd..924458ee4 100644
--- a/third_party/python/Modules/_collectionsmodule.c
+++ b/third_party/python/Modules/_collectionsmodule.c
@@ -2455,7 +2455,7 @@ PyInit__collections(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__collections = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__collections = {
     "_collections",
     PyInit__collections,
 };
diff --git a/third_party/python/Modules/_csv.c b/third_party/python/Modules/_csv.c
index 70886ee2b..8e348945c 100644
--- a/third_party/python/Modules/_csv.c
+++ b/third_party/python/Modules/_csv.c
@@ -1717,7 +1717,7 @@ PyInit__csv(void)
     return module;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__csv = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__csv = {
     "_csv",
     PyInit__csv,
 };
diff --git a/third_party/python/Modules/_datetimemodule.c b/third_party/python/Modules/_datetimemodule.c
index a2e95eed2..599d70170 100644
--- a/third_party/python/Modules/_datetimemodule.c
+++ b/third_party/python/Modules/_datetimemodule.c
@@ -6041,7 +6041,7 @@ PyInit__datetime(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__datetime = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__datetime = {
     "_datetime",
     PyInit__datetime,
 };
diff --git a/third_party/python/Modules/_decimal/_decimal.c b/third_party/python/Modules/_decimal/_decimal.c
index 2771f9ed7..6406d20d6 100644
--- a/third_party/python/Modules/_decimal/_decimal.c
+++ b/third_party/python/Modules/_decimal/_decimal.c
@@ -5948,7 +5948,7 @@ error:
     return NULL; /* GCOV_NOT_REACHED */
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__decimal = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__decimal = {
     "_decimal",
     PyInit__decimal,
 };
diff --git a/third_party/python/Modules/_elementtree.c b/third_party/python/Modules/_elementtree.c
index facf6be28..8a1b0a3ed 100644
--- a/third_party/python/Modules/_elementtree.c
+++ b/third_party/python/Modules/_elementtree.c
@@ -4092,7 +4092,7 @@ PyInit__elementtree(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__elementtree = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__elementtree = {
     "_elementtree",
     PyInit__elementtree,
 };
diff --git a/third_party/python/Modules/_functoolsmodule.c b/third_party/python/Modules/_functoolsmodule.c
index 20fb281a7..abb2b8fe9 100644
--- a/third_party/python/Modules/_functoolsmodule.c
+++ b/third_party/python/Modules/_functoolsmodule.c
@@ -1349,7 +1349,7 @@ PyInit__functools(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__functools = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__functools = {
     "_functools",
     PyInit__functools,
 };
diff --git a/third_party/python/Modules/_hashmbedtls.c b/third_party/python/Modules/_hashmbedtls.c
index 31d3149bb..4b909a078 100644
--- a/third_party/python/Modules/_hashmbedtls.c
+++ b/third_party/python/Modules/_hashmbedtls.c
@@ -582,7 +582,7 @@ PyInit__hashlib(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__hashlib = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__hashlib = {
     "_hashlib",
     PyInit__hashlib,
 };
diff --git a/third_party/python/Modules/_heapqmodule.c b/third_party/python/Modules/_heapqmodule.c
index 73dbd9647..377ea17e8 100644
--- a/third_party/python/Modules/_heapqmodule.c
+++ b/third_party/python/Modules/_heapqmodule.c
@@ -678,7 +678,7 @@ PyInit__heapq(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__heapq = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__heapq = {
     "_heapq",
     PyInit__heapq,
 };
diff --git a/third_party/python/Modules/_json.c b/third_party/python/Modules/_json.c
index ac66eac41..26a3fcf9f 100644
--- a/third_party/python/Modules/_json.c
+++ b/third_party/python/Modules/_json.c
@@ -1978,7 +1978,7 @@ PyInit__json(void)
     return NULL;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__json = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__json = {
     "_json",
     PyInit__json,
 };
diff --git a/third_party/python/Modules/_localemodule.c b/third_party/python/Modules/_localemodule.c
index 76b175881..4f1226e1c 100644
--- a/third_party/python/Modules/_localemodule.c
+++ b/third_party/python/Modules/_localemodule.c
@@ -777,7 +777,7 @@ indent-tabs-mode: nil
 End:
 */
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__locale = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__locale = {
     "_locale",
     PyInit__locale,
 };
diff --git a/third_party/python/Modules/_lol3.c b/third_party/python/Modules/_lol3.c
index dacc0f744..a03a14804 100644
--- a/third_party/python/Modules/_lol3.c
+++ b/third_party/python/Modules/_lol3.c
@@ -7980,7 +7980,7 @@ error:
   return 0;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__sha3 = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__sha3 = {
     "_sha3",
     PyInit__sha3,
 };
diff --git a/third_party/python/Modules/_lsprof.c b/third_party/python/Modules/_lsprof.c
index 17df4187b..c4c41704c 100644
--- a/third_party/python/Modules/_lsprof.c
+++ b/third_party/python/Modules/_lsprof.c
@@ -909,7 +909,7 @@ PyInit__lsprof(void)
     return module;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__lsprof = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__lsprof = {
     "_lsprof",
     PyInit__lsprof,
 };
diff --git a/third_party/python/Modules/_multiprocessing/multiprocessing.c b/third_party/python/Modules/_multiprocessing/multiprocessing.c
index f4358296f..536aec202 100644
--- a/third_party/python/Modules/_multiprocessing/multiprocessing.c
+++ b/third_party/python/Modules/_multiprocessing/multiprocessing.c
@@ -225,7 +225,7 @@ PyInit__multiprocessing(void)
     return module;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__multiprocessing = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__multiprocessing = {
     "_multiprocessing",
     PyInit__multiprocessing,
 };
diff --git a/third_party/python/Modules/_opcode.c b/third_party/python/Modules/_opcode.c
index 6275546b1..9604cf697 100644
--- a/third_party/python/Modules/_opcode.c
+++ b/third_party/python/Modules/_opcode.c
@@ -94,7 +94,7 @@ PyInit__opcode(void)
     return PyModule_Create(&opcodemodule);
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__opcode = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__opcode = {
     "_opcode",
     PyInit__opcode,
 };
diff --git a/third_party/python/Modules/_operator.c b/third_party/python/Modules/_operator.c
index 71574dd4a..131fa3a44 100644
--- a/third_party/python/Modules/_operator.c
+++ b/third_party/python/Modules/_operator.c
@@ -1305,7 +1305,7 @@ PyInit__operator(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__operator = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__operator = {
     "_operator",
     PyInit__operator,
 };
diff --git a/third_party/python/Modules/_pickle.c b/third_party/python/Modules/_pickle.c
index 0d5df16c8..53792d214 100644
--- a/third_party/python/Modules/_pickle.c
+++ b/third_party/python/Modules/_pickle.c
@@ -7499,7 +7499,7 @@ PyInit__pickle(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__pickle = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__pickle = {
     "_pickle",
     PyInit__pickle,
 };
diff --git a/third_party/python/Modules/_posixsubprocess.c b/third_party/python/Modules/_posixsubprocess.c
index 380d19259..34c3c2442 100644
--- a/third_party/python/Modules/_posixsubprocess.c
+++ b/third_party/python/Modules/_posixsubprocess.c
@@ -729,7 +729,7 @@ PyInit__posixsubprocess(void)
     return PyModule_Create(&_posixsubprocessmodule);
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__posixsubprocess = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__posixsubprocess = {
     "_posixsubprocess",
     PyInit__posixsubprocess,
 };
diff --git a/third_party/python/Modules/_randommodule.c b/third_party/python/Modules/_randommodule.c
index f1d52d203..6d8f6a424 100644
--- a/third_party/python/Modules/_randommodule.c
+++ b/third_party/python/Modules/_randommodule.c
@@ -565,7 +565,7 @@ PyInit__random(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__random = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__random = {
     "_random",
     PyInit__random,
 };
diff --git a/third_party/python/Modules/_sqlite/module.c b/third_party/python/Modules/_sqlite/module.c
index e09227ea2..4422a1672 100644
--- a/third_party/python/Modules/_sqlite/module.c
+++ b/third_party/python/Modules/_sqlite/module.c
@@ -492,7 +492,7 @@ error:
     return module;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__sqlite3 = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__sqlite3 = {
     "_sqlite3",
     PyInit__sqlite3,
 };
diff --git a/third_party/python/Modules/_sre.c b/third_party/python/Modules/_sre.c
index e0690ecb4..515dd337f 100644
--- a/third_party/python/Modules/_sre.c
+++ b/third_party/python/Modules/_sre.c
@@ -2997,7 +2997,7 @@ PyInit__sre(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__sre = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__sre = {
     "_sre",
     PyInit__sre,
 };
diff --git a/third_party/python/Modules/_stat.c b/third_party/python/Modules/_stat.c
index 9c9ea4cdc..8b6cc3517 100644
--- a/third_party/python/Modules/_stat.c
+++ b/third_party/python/Modules/_stat.c
@@ -628,7 +628,7 @@ PyInit__stat(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__stat = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__stat = {
     "_stat",
     PyInit__stat,
 };
diff --git a/third_party/python/Modules/_struct.c b/third_party/python/Modules/_struct.c
index 099027d61..523072ea9 100644
--- a/third_party/python/Modules/_struct.c
+++ b/third_party/python/Modules/_struct.c
@@ -2411,7 +2411,7 @@ PyInit__struct(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__struct = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__struct = {
     "_struct",
     PyInit__struct,
 };
diff --git a/third_party/python/Modules/_testcapimodule.c b/third_party/python/Modules/_testcapimodule.c
index 321a42319..e41239d80 100644
--- a/third_party/python/Modules/_testcapimodule.c
+++ b/third_party/python/Modules/_testcapimodule.c
@@ -5218,7 +5218,7 @@ PyInit__testcapi(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__testcapi = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__testcapi = {
     "_testcapi",
     PyInit__testcapi,
 };
diff --git a/third_party/python/Modules/_tracemalloc.c b/third_party/python/Modules/_tracemalloc.c
index f4781c62b..2d6284ec6 100644
--- a/third_party/python/Modules/_tracemalloc.c
+++ b/third_party/python/Modules/_tracemalloc.c
@@ -1613,7 +1613,7 @@ PyInit__tracemalloc(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__tracemalloc = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__tracemalloc = {
     "_tracemalloc",
     PyInit__tracemalloc,
 };
diff --git a/third_party/python/Modules/arraymodule.c b/third_party/python/Modules/arraymodule.c
index abc535c53..3ccbc4e59 100644
--- a/third_party/python/Modules/arraymodule.c
+++ b/third_party/python/Modules/arraymodule.c
@@ -3058,7 +3058,7 @@ PyInit_array(void)
     return PyModuleDef_Init(&arraymodule);
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_array = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_array = {
     "array",
     PyInit_array,
 };
diff --git a/third_party/python/Modules/atexitmodule.c b/third_party/python/Modules/atexitmodule.c
index b390f44bb..1b2183480 100644
--- a/third_party/python/Modules/atexitmodule.c
+++ b/third_party/python/Modules/atexitmodule.c
@@ -373,7 +373,7 @@ PyInit_atexit(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_atexit = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_atexit = {
     "atexit",
     PyInit_atexit,
 };
diff --git a/third_party/python/Modules/audioop.c b/third_party/python/Modules/audioop.c
index 8a2ee56bb..64138f1f1 100644
--- a/third_party/python/Modules/audioop.c
+++ b/third_party/python/Modules/audioop.c
@@ -1713,7 +1713,7 @@ PyInit_audioop(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_audioop = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_audioop = {
     "audioop",
     PyInit_audioop,
 };
diff --git a/third_party/python/Modules/binascii.c b/third_party/python/Modules/binascii.c
index c0fd6f28f..016333445 100644
--- a/third_party/python/Modules/binascii.c
+++ b/third_party/python/Modules/binascii.c
@@ -1476,7 +1476,7 @@ PyInit_binascii(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_binascii = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_binascii = {
     "binascii",
     PyInit_binascii,
 };
diff --git a/third_party/python/Modules/cjkcodecs/_codecs_cn.c b/third_party/python/Modules/cjkcodecs/_codecs_cn.c
index d34c15fc9..43417af5d 100644
--- a/third_party/python/Modules/cjkcodecs/_codecs_cn.c
+++ b/third_party/python/Modules/cjkcodecs/_codecs_cn.c
@@ -524,7 +524,7 @@ END_CODECS_LIST
 
 I_AM_A_MODULE_FOR(cn)
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__codecs_cn = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__codecs_cn = {
     "_codecs_cn",
     PyInit__codecs_cn,
 };
diff --git a/third_party/python/Modules/cjkcodecs/_codecs_hk.c b/third_party/python/Modules/cjkcodecs/_codecs_hk.c
index 14dce9b13..3b7b72b38 100644
--- a/third_party/python/Modules/cjkcodecs/_codecs_hk.c
+++ b/third_party/python/Modules/cjkcodecs/_codecs_hk.c
@@ -236,7 +236,7 @@ END_CODECS_LIST
 
 I_AM_A_MODULE_FOR(hk)
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__codecs_hk = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__codecs_hk = {
     "_codecs_hk",
     PyInit__codecs_hk,
 };
diff --git a/third_party/python/Modules/cjkcodecs/_codecs_iso2022.c b/third_party/python/Modules/cjkcodecs/_codecs_iso2022.c
index 6382aa762..c9aa43410 100644
--- a/third_party/python/Modules/cjkcodecs/_codecs_iso2022.c
+++ b/third_party/python/Modules/cjkcodecs/_codecs_iso2022.c
@@ -1080,7 +1080,7 @@ END_CODECS_LIST
 
 I_AM_A_MODULE_FOR(iso2022)
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__codecs_iso2022 = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__codecs_iso2022 = {
     "_codecs_iso2022",
     PyInit__codecs_iso2022,
 };
diff --git a/third_party/python/Modules/cjkcodecs/_codecs_jp.c b/third_party/python/Modules/cjkcodecs/_codecs_jp.c
index b6a5586f4..27de186cc 100644
--- a/third_party/python/Modules/cjkcodecs/_codecs_jp.c
+++ b/third_party/python/Modules/cjkcodecs/_codecs_jp.c
@@ -703,7 +703,7 @@ END_CODECS_LIST
 
 I_AM_A_MODULE_FOR(jp)
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__codecs_jp = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__codecs_jp = {
     "_codecs_jp",
     PyInit__codecs_jp,
 };
diff --git a/third_party/python/Modules/cjkcodecs/_codecs_kr.c b/third_party/python/Modules/cjkcodecs/_codecs_kr.c
index 2f45b63bf..62f91f12e 100644
--- a/third_party/python/Modules/cjkcodecs/_codecs_kr.c
+++ b/third_party/python/Modules/cjkcodecs/_codecs_kr.c
@@ -482,7 +482,7 @@ END_CODECS_LIST
 
 I_AM_A_MODULE_FOR(kr)
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__codecs_kr = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__codecs_kr = {
     "_codecs_kr",
     PyInit__codecs_kr,
 };
diff --git a/third_party/python/Modules/cjkcodecs/_codecs_tw.c b/third_party/python/Modules/cjkcodecs/_codecs_tw.c
index c9cbcc2ee..71c95d0ac 100644
--- a/third_party/python/Modules/cjkcodecs/_codecs_tw.c
+++ b/third_party/python/Modules/cjkcodecs/_codecs_tw.c
@@ -149,7 +149,7 @@ END_CODECS_LIST
 
 I_AM_A_MODULE_FOR(tw)
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__codecs_tw = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__codecs_tw = {
     "_codecs_tw",
     PyInit__codecs_tw,
 };
diff --git a/third_party/python/Modules/cjkcodecs/multibytecodec.c b/third_party/python/Modules/cjkcodecs/multibytecodec.c
index 0c4d5990f..70d934f32 100644
--- a/third_party/python/Modules/cjkcodecs/multibytecodec.c
+++ b/third_party/python/Modules/cjkcodecs/multibytecodec.c
@@ -1911,7 +1911,7 @@ PyInit__multibytecodec(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__multibytecodec = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__multibytecodec = {
     "_multibytecodec",
     PyInit__multibytecodec,
 };
diff --git a/third_party/python/Modules/cmathmodule.c b/third_party/python/Modules/cmathmodule.c
index 308307890..d0b13ea6f 100644
--- a/third_party/python/Modules/cmathmodule.c
+++ b/third_party/python/Modules/cmathmodule.c
@@ -1458,7 +1458,7 @@ PyInit_cmath(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_cmath = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_cmath = {
     "cmath",
     PyInit_cmath,
 };
diff --git a/third_party/python/Modules/errnomodule.c b/third_party/python/Modules/errnomodule.c
index c191654d0..a81660f7d 100644
--- a/third_party/python/Modules/errnomodule.c
+++ b/third_party/python/Modules/errnomodule.c
@@ -400,7 +400,7 @@ PyInit_errno(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_errno = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_errno = {
     "errno",
     PyInit_errno,
 };
diff --git a/third_party/python/Modules/faulthandler.c b/third_party/python/Modules/faulthandler.c
index 6924b5bfc..e6b3e202a 100644
--- a/third_party/python/Modules/faulthandler.c
+++ b/third_party/python/Modules/faulthandler.c
@@ -1434,7 +1434,7 @@ void _PyFaulthandler_Fini(void)
 #endif
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_faulthandler = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_faulthandler = {
     "faulthandler",
     PyInit_faulthandler,
 };
diff --git a/third_party/python/Modules/fcntlmodule.c b/third_party/python/Modules/fcntlmodule.c
index 70c75e216..1679a04a0 100644
--- a/third_party/python/Modules/fcntlmodule.c
+++ b/third_party/python/Modules/fcntlmodule.c
@@ -692,7 +692,7 @@ PyInit_fcntl(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_fcntl = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_fcntl = {
     "fcntl",
     PyInit_fcntl,
 };
diff --git a/third_party/python/Modules/fpectlmodule.c b/third_party/python/Modules/fpectlmodule.c
index 962c893b0..b577f828e 100644
--- a/third_party/python/Modules/fpectlmodule.c
+++ b/third_party/python/Modules/fpectlmodule.c
@@ -277,7 +277,7 @@ PyMODINIT_FUNC PyInit_fpectl(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_fpectl = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_fpectl = {
     "fpectl",
     PyInit_fpectl,
 };
diff --git a/third_party/python/Modules/grpmodule.c b/third_party/python/Modules/grpmodule.c
index 505be16b3..c40603cd2 100644
--- a/third_party/python/Modules/grpmodule.c
+++ b/third_party/python/Modules/grpmodule.c
@@ -278,7 +278,7 @@ PyInit_grp(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_grp = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_grp = {
     "grp",
     PyInit_grp,
 };
diff --git a/third_party/python/Modules/mathmodule.c b/third_party/python/Modules/mathmodule.c
index 21a1b1a38..e876c30fb 100644
--- a/third_party/python/Modules/mathmodule.c
+++ b/third_party/python/Modules/mathmodule.c
@@ -2229,7 +2229,7 @@ PyInit_math(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_math = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_math = {
     "math",
     PyInit_math,
 };
diff --git a/third_party/python/Modules/mmapmodule.c b/third_party/python/Modules/mmapmodule.c
index a18dc160e..c744c276c 100644
--- a/third_party/python/Modules/mmapmodule.c
+++ b/third_party/python/Modules/mmapmodule.c
@@ -1495,7 +1495,7 @@ PyInit_mmap(void)
     return module;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_mmap = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_mmap = {
     "mmap",
     PyInit_mmap,
 };
diff --git a/third_party/python/Modules/parsermodule.c b/third_party/python/Modules/parsermodule.c
index aad00483f..97ef28f28 100644
--- a/third_party/python/Modules/parsermodule.c
+++ b/third_party/python/Modules/parsermodule.c
@@ -1240,7 +1240,7 @@ PyInit_parser(void)
     return module;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_parser = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_parser = {
     "parser",
     PyInit_parser,
 };
diff --git a/third_party/python/Modules/pwdmodule.c b/third_party/python/Modules/pwdmodule.c
index b52ebb418..d4ab1f9be 100644
--- a/third_party/python/Modules/pwdmodule.c
+++ b/third_party/python/Modules/pwdmodule.c
@@ -266,7 +266,7 @@ PyInit_pwd(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_pwd = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_pwd = {
     "pwd",
     PyInit_pwd,
 };
diff --git a/third_party/python/Modules/pyexpat.c b/third_party/python/Modules/pyexpat.c
index 29196f6a2..2ed750521 100644
--- a/third_party/python/Modules/pyexpat.c
+++ b/third_party/python/Modules/pyexpat.c
@@ -2041,7 +2041,7 @@ dump buffer
 [clinic start generated code]*/
 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_pyexpat = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_pyexpat = {
     "pyexpat",
     PyInit_pyexpat,
 };
diff --git a/third_party/python/Modules/resource.c b/third_party/python/Modules/resource.c
index 3d546c74d..8032ee119 100644
--- a/third_party/python/Modules/resource.c
+++ b/third_party/python/Modules/resource.c
@@ -390,7 +390,7 @@ PyInit_resource(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_resource = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_resource = {
     "resource",
     PyInit_resource,
 };
diff --git a/third_party/python/Modules/selectmodule.c b/third_party/python/Modules/selectmodule.c
index 9ca8067a9..30f4ca827 100644
--- a/third_party/python/Modules/selectmodule.c
+++ b/third_party/python/Modules/selectmodule.c
@@ -2605,7 +2605,7 @@ PyInit_select(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_select = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_select = {
     "select",
     PyInit_select,
 };
diff --git a/third_party/python/Modules/signalmodule.c b/third_party/python/Modules/signalmodule.c
index 356b3c709..62bdd4a1b 100644
--- a/third_party/python/Modules/signalmodule.c
+++ b/third_party/python/Modules/signalmodule.c
@@ -1569,7 +1569,7 @@ void *_PyOS_SigintEvent(void)
 }
 #endif
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__signal = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__signal = {
     "_signal",
     PyInit__signal,
 };
diff --git a/third_party/python/Modules/socketmodule.c b/third_party/python/Modules/socketmodule.c
index 1ce7030c2..2e9dacad3 100644
--- a/third_party/python/Modules/socketmodule.c
+++ b/third_party/python/Modules/socketmodule.c
@@ -7200,7 +7200,7 @@ PyInit__socket(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__socket = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__socket = {
     "_socket",
     PyInit__socket,
 };
diff --git a/third_party/python/Modules/symtablemodule.c b/third_party/python/Modules/symtablemodule.c
index a41ee504c..aac5f25ea 100644
--- a/third_party/python/Modules/symtablemodule.c
+++ b/third_party/python/Modules/symtablemodule.c
@@ -135,7 +135,7 @@ PyInit__symtable(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__symtable = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__symtable = {
     "_symtable",
     PyInit__symtable,
 };
diff --git a/third_party/python/Modules/syslogmodule.c b/third_party/python/Modules/syslogmodule.c
index c1fd502fe..47e811a39 100644
--- a/third_party/python/Modules/syslogmodule.c
+++ b/third_party/python/Modules/syslogmodule.c
@@ -404,7 +404,7 @@ PyInit_syslog(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_syslog = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_syslog = {
     "syslog",
     PyInit_syslog,
 };
diff --git a/third_party/python/Modules/termios.c b/third_party/python/Modules/termios.c
index 06492ab62..16aad6aaf 100644
--- a/third_party/python/Modules/termios.c
+++ b/third_party/python/Modules/termios.c
@@ -760,7 +760,7 @@ PyInit_termios(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_termios = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_termios = {
     "termios",
     PyInit_termios,
 };
diff --git a/third_party/python/Modules/timemodule.c b/third_party/python/Modules/timemodule.c
index 0ccb89d22..a22bb6f89 100644
--- a/third_party/python/Modules/timemodule.c
+++ b/third_party/python/Modules/timemodule.c
@@ -1597,7 +1597,7 @@ pysleep(_PyTime_t secs)
     return 0;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_time = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_time = {
     "time",
     PyInit_time,
 };
diff --git a/third_party/python/Modules/tlsmodule.c b/third_party/python/Modules/tlsmodule.c
index 34ae88c2d..2f84e5a5f 100644
--- a/third_party/python/Modules/tlsmodule.c
+++ b/third_party/python/Modules/tlsmodule.c
@@ -495,7 +495,7 @@ PyInit_tls(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_tls = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_tls = {
     "tls",
     PyInit_tls,
 };
diff --git a/third_party/python/Modules/tokenbucket.c b/third_party/python/Modules/tokenbucket.c
index 136fb0827..82b3c04b4 100644
--- a/third_party/python/Modules/tokenbucket.c
+++ b/third_party/python/Modules/tokenbucket.c
@@ -236,7 +236,7 @@ PyInit_tokenbucket(void)
     return !PyErr_Occurred() ? m : 0;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_tokenbucket = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_tokenbucket = {
     "tokenbucket",
     PyInit_tokenbucket,
 };
diff --git a/third_party/python/Modules/unicodedata.c b/third_party/python/Modules/unicodedata.c
index 6ebaf7a30..c09ffb082 100644
--- a/third_party/python/Modules/unicodedata.c
+++ b/third_party/python/Modules/unicodedata.c
@@ -646,7 +646,7 @@ PyInit_unicodedata(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_unicodedata = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_unicodedata = {
     "unicodedata",
     PyInit_unicodedata,
 };
diff --git a/third_party/python/Modules/zipimport.c b/third_party/python/Modules/zipimport.c
index ca53ee54c..dbae3aaf9 100644
--- a/third_party/python/Modules/zipimport.c
+++ b/third_party/python/Modules/zipimport.c
@@ -1601,7 +1601,7 @@ PyInit_zipimport(void)
     return mod;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_zipimport = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_zipimport = {
     "zipimport",
     PyInit_zipimport,
 };
diff --git a/third_party/python/Modules/zlibmodule.c b/third_party/python/Modules/zlibmodule.c
index e63ef66dc..4a9be6d2e 100644
--- a/third_party/python/Modules/zlibmodule.c
+++ b/third_party/python/Modules/zlibmodule.c
@@ -1453,7 +1453,7 @@ PyInit_zlib(void)
     return m;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_zlib = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_zlib = {
     "zlib",
     PyInit_zlib,
 };
diff --git a/third_party/python/Python/cosmomodule.c b/third_party/python/Python/cosmomodule.c
index 2a1da6059..1a25b835e 100644
--- a/third_party/python/Python/cosmomodule.c
+++ b/third_party/python/Python/cosmomodule.c
@@ -412,7 +412,7 @@ PyInit_cosmo(void)
     return !PyErr_Occurred() ? m : 0;
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_cosmo = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_cosmo = {
     "cosmo",
     PyInit_cosmo,
 };
diff --git a/third_party/python/Python/xedmodule.c b/third_party/python/Python/xedmodule.c
index 302150753..0803a6782 100644
--- a/third_party/python/Python/xedmodule.c
+++ b/third_party/python/Python/xedmodule.c
@@ -75,7 +75,7 @@ PyInit_xed(void)
     return PyModule_Create(&xedmodule);
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_xed = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_xed = {
     "xed",
     PyInit_xed,
 };
diff --git a/third_party/python/Python/xtermmodule.c b/third_party/python/Python/xtermmodule.c
index dcf2b5c85..8245c2556 100644
--- a/third_party/python/Python/xtermmodule.c
+++ b/third_party/python/Python/xtermmodule.c
@@ -89,7 +89,7 @@ PyInit_xterm(void)
     return PyModule_Create(&xtermmodule);
 }
 
-_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_xterm = {
+_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_xterm = {
     "xterm",
     PyInit_xterm,
 };