We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75ba7ec + 8d50d78 commit 9894d64Copy full SHA for 9894d64
src/compilation/frozen_python_modules.txt
@@ -23,12 +23,14 @@ copy
23
copyreg
24
cProfile
25
csv
26
+<ctypes.**.*>
27
dataclasses
28
datetime
29
<dbm.**.*>
30
decimal
31
difflib
32
dis
33
+<email.**.*>
34
<encodings.**.*>
35
<ensurepip.**.*>
36
enum
@@ -49,6 +51,7 @@ gzip
49
51
hashlib
50
52
heapq
53
hmac
54
+<http.**.*>
55
imaplib
56
<importlib.**.*>
57
inspect
@@ -133,6 +136,7 @@ trace
133
136
tty
134
137
types
135
138
typing
139
+<urllib.**.*>
140
uuid
141
warnings
142
wave
@@ -143,6 +147,3 @@ webbrowser
143
147
zipapp
144
148
<zipfile.**.*>
145
149
<zoneinfo.**.*>
146
-<email.**.*>
-<urllib.**.*>
-<ctypes.**.*>
0 commit comments