Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
pypy
Commits
09d451a5967f
Commit
a32b0e1b
authored
Dec 10, 2022
by
Matti Picus
Browse files
add sysconfig.get_config_var('CONFINCLUDEPY') (issue 3866
parent
2916967ae6c3
Pipeline
#59319
passed with stage
in 10 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib-python/2.7/sysconfig.py
View file @
09d451a5
...
...
@@ -555,6 +555,7 @@ def get_config_vars(*args):
break
_CONFIG_VARS
[
'INCLUDEPY'
]
=
os
.
path
.
join
(
_CONFIG_VARS
[
'prefix'
],
'include'
)
_CONFIG_VARS
[
'CONFINCLUDEPY'
]
=
_CONFIG_VARS
[
'INCLUDEPY'
]
if
args
:
vals
=
[]
...
...
Matti Picus
@mattip
mentioned in issue
#3866 (closed)
·
Dec 11, 2022
mentioned in issue
#3866 (closed)
mentioned in issue #3866
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment