Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 782fc35

Browse files
committed
Maybe this
1 parent 0399ed4 commit 782fc35

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/Setup.bootstrap.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ itertools itertoolsmodule.c
2121
_sre _sre/sre.c
2222
_thread _threadmodule.c
2323
time timemodule.c
24-
_weakref _weakref.c
2524
_typing _typingmodule.c
25+
_weakref _weakref.c
2626

2727
# commonly used core modules
2828
_abc _abc.c

Modules/Setup.stdlib.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
@MODULE__QUEUE_TRUE@_queue _queuemodule.c
4242
@MODULE__RANDOM_TRUE@_random _randommodule.c
4343
@MODULE__STRUCT_TRUE@_struct _struct.c
44-
@MODULE__TYPING_TRUE@_typing _typingmodule.c
4544
@MODULE__XXSUBINTERPRETERS_TRUE@_xxsubinterpreters _xxsubinterpretersmodule.c
4645
@MODULE__XXINTERPCHANNELS_TRUE@_xxinterpchannels _xxinterpchannelsmodule.c
4746
@MODULE__ZONEINFO_TRUE@_zoneinfo _zoneinfo.c

0 commit comments

Comments
 (0)