mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
This commit is contained in:
parent
80dc39e1dc
commit
cf6f23b0e3
20 changed files with 231 additions and 70 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -77,6 +77,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_strptime",
|
||||
"_struct",
|
||||
"_symtable",
|
||||
"_sysconfig",
|
||||
"_thread",
|
||||
"_threading_local",
|
||||
"_tkinter",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue