mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
Make private_crt feature object a global variable.
This commit is contained in:
parent
54d489a97f
commit
e411f8955f
1 changed files with 1 additions and 1 deletions
|
|
@ -794,7 +794,7 @@ def add_features(db):
|
||||||
# (i.e. additional Python libraries) need to follow the parent feature.
|
# (i.e. additional Python libraries) need to follow the parent feature.
|
||||||
# Features that have no advertisement trigger (e.g. the test suite)
|
# Features that have no advertisement trigger (e.g. the test suite)
|
||||||
# must not support advertisement
|
# must not support advertisement
|
||||||
global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature
|
global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature, private_crt
|
||||||
default_feature = Feature(db, "DefaultFeature", "Python",
|
default_feature = Feature(db, "DefaultFeature", "Python",
|
||||||
"Python Interpreter and Libraries",
|
"Python Interpreter and Libraries",
|
||||||
1, directory = "TARGETDIR")
|
1, directory = "TARGETDIR")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue