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

Skip to content

Commit 2a6beb3

Browse files
committed
- Modules/Setup.dist: Mention _elementtree and _pickle.
1 parent 7e1b8fa commit 2a6beb3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/Setup.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ _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+
#_elementtreee _elementtree.c # elementtree accelerator
169+
#_pickle _pickle.c # pickle accelerator
168170

169171
#unicodedata unicodedata.c # static Unicode character database
170172

0 commit comments

Comments
 (0)