Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0399ed4 commit 782fc35Copy full SHA for 782fc35
2 files changed
Modules/Setup.bootstrap.in
@@ -21,8 +21,8 @@ itertools itertoolsmodule.c
21
_sre _sre/sre.c
22
_thread _threadmodule.c
23
time timemodule.c
24
-_weakref _weakref.c
25
_typing _typingmodule.c
+_weakref _weakref.c
26
27
# commonly used core modules
28
_abc _abc.c
Modules/Setup.stdlib.in
@@ -41,7 +41,6 @@
41
@MODULE__QUEUE_TRUE@_queue _queuemodule.c
42
@MODULE__RANDOM_TRUE@_random _randommodule.c
43
@MODULE__STRUCT_TRUE@_struct _struct.c
44
-@MODULE__TYPING_TRUE@_typing _typingmodule.c
45
@MODULE__XXSUBINTERPRETERS_TRUE@_xxsubinterpreters _xxsubinterpretersmodule.c
46
@MODULE__XXINTERPCHANNELS_TRUE@_xxinterpchannels _xxinterpchannelsmodule.c
47
@MODULE__ZONEINFO_TRUE@_zoneinfo _zoneinfo.c
0 commit comments