This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年03月31日 20:10 by rpetrov, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| 0013-MINGW-default-sys.path-calculations-for-windows-plat.patch | rpetrov, 2013年03月31日 20:10 | review | ||
| 0012-MINGW-default-sys.path-calculations-for-windows-plat.patch | rpetrov, 2014年08月03日 06:14 | status on 2014年08月02日 | review | |
| Messages (6) | |||
|---|---|---|---|
| msg185664 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2013年03月31日 20:10 | |
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. |
|||
| msg271441 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2016年07月27日 08:45 | |
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). |
|||
| msg271450 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2016年07月27日 13:44 | |
Can MinGW build against Modules/getpath.c? I'd rather just use the posix implementation than scatter ifdefs throughout the non-posix one. |
|||
| msg275156 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年09月08日 21:15 | |
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 |
|||
| msg275239 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2016年09月09日 03:14 | |
I presume the above commit was meant to reference Issue 17620 |
|||
| msg275241 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2016年09月09日 03:25 | |
Yeah, my bad :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:43 | admin | set | github: 61802 |
| 2021年10月21日 09:59:48 | iritkatriel | set | resolution: duplicate -> wont fix |
| 2021年10月20日 12:45:34 | iritkatriel | set | status: open -> closed superseder: MinGW is unsupported - close all open issues and list them here. resolution: duplicate stage: patch review -> resolved |
| 2016年09月09日 03:25:21 | steve.dower | set | messages: + msg275241 |
| 2016年09月09日 03:14:48 | martin.panter | set | status: closed -> open resolution: fixed -> (no value) messages: + msg275239 stage: resolved -> patch review |
| 2016年09月08日 21:15:29 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg275156 resolution: fixed stage: patch review -> resolved |
| 2016年07月27日 13:44:07 | steve.dower | set | messages: + msg271450 |
| 2016年07月27日 08:45:53 | martin.panter | set | nosy:
+ paul.moore, tim.golden, martin.panter, zach.ware, steve.dower messages: + msg271441 components: + Windows stage: patch review |
| 2016年03月11日 21:04:42 | martin.panter | link | issue17605 dependencies |
| 2014年08月03日 06:14:20 | rpetrov | set | files: + 0012-MINGW-default-sys.path-calculations-for-windows-plat.patch |
| 2013年03月31日 20:10:13 | rpetrov | create | |