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

Skip to content

Commit fa1885f

Browse files
committed
- Modules/Setup.dist: add datetime, update _elementtree
1 parent e605b66 commit fa1885f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Modules/Setup.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ _symtable symtablemodule.c
165165
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
166166
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
167167
#_functools _functoolsmodule.c # Tools for working with functions and callable objects
168-
#_elementtree _elementtree.c # elementtree accelerator
168+
#_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator
169169
#_pickle _pickle.c # pickle accelerator
170+
#datetime datetimemodule.c # date/time type
170171

171172
#unicodedata unicodedata.c # static Unicode character database
172173

0 commit comments

Comments
 (0)