Skip to content

Commit 9b43b0c

Browse files
committed
build: fix python frozen modules generation
The problem was due to duplicate modules present both in the base frozen modules and also in the extra modules list file. This commit should allow us to import gdb and pygments again.
1 parent 1d6af45 commit 9b43b0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compilation/frozen_python_modules.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
abc
21
_aix_support
32
antigravity
43
argparse
@@ -8,7 +7,6 @@ bdb
87
bisect
98
calendar
109
cmd
11-
codecs
1210
codeop
1311
code
1412
<collections.**.*>
@@ -54,7 +52,6 @@ hmac
5452
imaplib
5553
<importlib.**.*>
5654
inspect
57-
io
5855
ipaddress
5956
<json.**.*>
6057
keyword

0 commit comments

Comments
 (0)