[issue9877] Expose sysconfig._get_makefile_filename() in public API

Barry A. Warsaw report at bugs.python.org
Thu Sep 16 19:51:05 CEST 2010


New submission from Barry A. Warsaw <barry at python.org>:

sysconfig.get_config_h_filename() returns the path of pyconfig.h.  The Makefile is also used to return values from sysconfig but it's path is hidden in a non-public method, for no good reason that I can think of.  Therefore, sysconfig._get_makefile_filename() should be renamed to sysconfig.get_makefile_filename().

----------
assignee: barry
components: Library (Lib)
keywords: easy
messages: 116583
nosy: barry
priority: normal
severity: normal
status: open
title: Expose sysconfig._get_makefile_filename() in public API
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9877>
_______________________________________


More information about the Python-bugs-list mailing list