Skip to content

Commit 4278bc5

Browse files
committed
Remove reference to Py_FrozenMain
1 parent c65dc41 commit 4278bc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tools/scripts/stable_abi.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ def test_available_symbols(self):
285285
include_abi_only=True,
286286
ifdef=set())
287287
for item in items:
288-
#if item.name != 'Py_FrozenMain':
289-
write(f' "{item.name}",')
288+
write(f' "{item.name}",')
290289
write(")")
291290

292291

0 commit comments

Comments
 (0)