mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Don't load the config.h file, even under Unix, because we never use the
information from config.h. Code is still there in case someone in the future needs to parse an autoconf-generated config.h file.
This commit is contained in:
parent
f70c603149
commit
434ef8fe94
1 changed files with 0 additions and 2 deletions
|
@ -213,8 +213,6 @@ def parse_makefile(fp, g=None):
|
|||
def _init_posix():
|
||||
"""Initialize the module as appropriate for POSIX systems."""
|
||||
g = globals()
|
||||
# load the installed config.h:
|
||||
parse_config_h(open(get_config_h_filename()), g)
|
||||
# load the installed Makefile:
|
||||
parse_makefile(open(get_makefile_filename()), g)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue