mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Added _hotshot.
This commit is contained in:
parent
a43ad368ba
commit
6f1da007b9
2 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,7 @@ def genallprojects(force=0):
|
|||
genpluginproject("all", "_testcapi")
|
||||
genpluginproject("all", "xx")
|
||||
genpluginproject("all", "xxsubtype", sources=["xxsubtype.c"])
|
||||
genpluginproject("all", "_hotshot", sources=["_hotshot.c"])
|
||||
|
||||
# bgen-generated Toolbox modules
|
||||
genpluginproject("carbon", "_AE", outputdir="::Lib:Carbon")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue