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

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: duplicate -> wont fix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> MinGW is unsupported - close all open issues and list them here. ___ Python tracker

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

2016-09-08 Thread Steve Dower
Steve Dower added the comment: Yeah, my bad :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

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

2016-09-08 Thread Martin Panter
Martin Panter added the comment: I presume the above commit was meant to reference Issue 17620 -- resolution: fixed -> stage: resolved -> patch review status: closed -> open ___ Python tracker

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

2016-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6142d2d3c471 by Steve Dower in branch 'default': Issue #1602: Windows console doesn't input or print Unicode (PEP 528) https://hg.python.org/cpython/rev/6142d2d3c471 -- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved

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

2016-07-27 Thread Steve Dower
Steve Dower added the comment: Can MinGW build against Modules/getpath.c? I'd rather just use the posix implementation than scatter ifdefs throughout the non-posix one. -- ___ Python tracker

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

2016-07-27 Thread Martin Panter
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

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

2014-08-03 Thread Roumen Petrov
Changes by Roumen Petrov bugtr...@roumenpetrov.info: Added file: http://bugs.python.org/file36223/0012-MINGW-default-sys.path-calculations-for-windows-plat.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17602

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

2013-03-31 Thread Roumen Petrov
New submission from Roumen Petrov: Part is split of issue3871. Based of feedback to issue3871 users prefer to use posix installation scheme and this is implementation of 'relative' posix prefix. -- components: Interpreter Core files: