New submission from Barry A. Warsaw <ba...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9877> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com