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年08月04日 13:05 by rpetrov, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| modernize-mingw+cygwin-compiler-class.tar.gz | rpetrov, 2013年08月04日 13:04 | |||
| 0011-MINGW-compiler-customize-mingw-cygwin-compilers.patch | rpetrov, 2013年08月04日 13:18 | compiler customization | ||
| modernize-mingw+cygwin-compiler-class.tar.gz | rpetrov, 2013年10月13日 08:40 | version 2013年10月01日 | ||
| 0011-MINGW-compiler-customize-mingw-cygwin-compilers.patch | rpetrov, 2013年10月13日 08:41 | version 2013年10月01日 | ||
| 0011-MINGW-compiler-customize-mingw-cygwin-compilers.patch | rpetrov, 2014年08月03日 06:06 | version 2014年08月02日 | ||
| Messages (5) | |||
|---|---|---|---|
| msg194363 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2013年08月04日 13:04 | |
Python mingw and cygwin compiler classes tests for outdated features. Also python code set some flags like zero optimization level and etc. that prevent users to build optimized python or even worse build to fail. This issue is part of split of issue3871 with clean-up and enhancements: - archive contain set of 10 patches - remove of outdated (15 years old !!!!) features one by one. - enhance unix compiler customization with mingw and cygwin compilers |
|||
| msg194367 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2013年08月04日 13:18 | |
Proposed customization allow users to build extension module for windows with GNU compiler in all environments: - native with installed official build of python for windows - native either MSYS or CYGWIN enviroment and python build with GCC - cross-build in cygwin using official build of python for windows - cross-build in cygwin or linux with use of preset configuration from distribution - cross-build in linux and cross build python with GCC In addition patch allow user to build (native or cross) core modules with recent gnu compilers. |
|||
| msg241499 - (view) | Author: Václav Šmilauer (eudoxos) * | Date: 2015年04月19日 08:45 | |
Ping? Roumen has been updaing the patch for one year and no reaction. Is there something which can be done? |
|||
| msg241539 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2015年04月19日 18:57 | |
Find someone from the packaging sig willing to review it, maybe? As in, get on that mailing list and ask. |
|||
| msg386385 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2021年02月03日 18:26 | |
Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:49 | admin | set | github: 62854 |
| 2021年02月03日 18:26:27 | steve.dower | set | status: open -> closed nosy: + steve.dower messages: + msg386385 resolution: out of date stage: resolved |
| 2015年04月19日 18:57:45 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg241539 |
| 2015年04月19日 08:45:56 | eudoxos | set | nosy:
+ eudoxos messages: + msg241499 |
| 2014年08月03日 06:07:00 | rpetrov | set | files: + 0011-MINGW-compiler-customize-mingw-cygwin-compilers.patch |
| 2013年10月13日 08:41:25 | rpetrov | set | files: + 0011-MINGW-compiler-customize-mingw-cygwin-compilers.patch |
| 2013年10月13日 08:40:46 | rpetrov | set | files: + modernize-mingw+cygwin-compiler-class.tar.gz |
| 2013年08月04日 13:18:24 | rpetrov | set | files:
+ 0011-MINGW-compiler-customize-mingw-cygwin-compilers.patch keywords: + patch messages: + msg194367 |
| 2013年08月04日 13:05:00 | rpetrov | create | |