[issue17602] mingw: default sys.path calculations for windows platforms

Martin Panter report at bugs.python.org
Wed Jul 27 04:45:53 EDT 2016


Martin Panter added the comment:

I wonder if the PYTHONPATH preprocessor definition can just be moved from PC/pyconfig.h. It is a shame to duplicate it, and it only seems to be used in PC/getpathp.c (if you ignore Modules/getpath.c which is unused on Windows).

----------
components: +Windows
nosy: +martin.panter, paul.moore, steve.dower, tim.golden, zach.ware
stage:  -> patch review

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


More information about the Python-bugs-list mailing list