mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite.
This commit is contained in:
parent
028f2d5d89
commit
7c10008917
2 changed files with 7 additions and 0 deletions
|
@ -109,7 +109,10 @@ def genallprojects(force=0):
|
|||
extradirs=["::::gdbm:mac", "::::gdbm"])
|
||||
genpluginproject("all", "_weakref", sources=["_weakref.c"])
|
||||
genpluginproject("all", "_symtable", sources=["symtablemodule.c"])
|
||||
# Example/test modules
|
||||
genpluginproject("all", "_testcapi")
|
||||
genpluginproject("all", "xx")
|
||||
genpluginproject("all", "xxsubtype", sources=["xxsubtype.c"])
|
||||
|
||||
# bgen-generated Toolbox modules
|
||||
genpluginproject("carbon", "_AE", outputdir="::Lib:Carbon")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue