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 2014-12-23 06:36 by gmt, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
distutils_accomodate_extension_ducktypes.patch | gmt, 2014-12-23 06:36 | patch: allow distutils.extension.Extension to be monkey-patched with a duck-type of itself. | review | |
distutils_accomodate_distribution_ducktypes.patch | gmt, 2014-12-29 11:26 | patch: likewise for distutils.dist.Distribution | ||
0001-distutils-type-checks-can-fail-issue-23102.patch | gmt, 2016-09-13 04:56 | patch: allow distutils.extension.Extension to be monkey-patched with a duck-type of itself (respin 1) | ||
0002-distutils-type-checks-can-fail-issue-23102.patch | gmt, 2016-09-13 05:01 | patch: allow distutils.dist.Distribution to be monkey-patched with a duck-type of itself (respin 1) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:11 | admin | set | github: 67291 |
2021-02-03 18:19:25 | steve.dower | set | status: open -> closed nosy: + steve.dower messages: + msg386333 resolution: out of date stage: patch review -> resolved |
2018-03-01 21:17:44 | planders | set | nosy:
+ planders |
2017-07-18 09:50:05 | koobs | set | nosy:
+ koobs |
2016-09-13 09:01:57 | Jens.Timmerman | set | messages: + msg276216 |
2016-09-13 05:13:57 | berker.peksag | set | messages:
+ msg276177 stage: needs patch -> patch review |
2016-09-13 05:01:02 | gmt | set | files:
+ 0002-distutils-type-checks-can-fail-issue-23102.patch messages: + msg276175 |
2016-09-13 04:56:02 | gmt | set | files:
+ 0001-distutils-type-checks-can-fail-issue-23102.patch messages: + msg276172 |
2016-09-13 02:13:17 | berker.peksag | set | versions:
+ Python 3.7, - Python 3.4 nosy: + berker.peksag, jaraco messages: + msg276148 stage: needs patch |
2016-09-12 13:45:55 | Jens.Timmerman | set | nosy:
+ Jens.Timmerman messages: + msg276045 |
2016-02-13 17:32:22 | ralf.gommers | set | messages:
+ msg260244 versions: + Python 3.6 |
2016-02-13 17:19:57 | ralf.gommers | set | nosy:
+ ralf.gommers |
2014-12-29 11:55:03 | gmt | set | messages: + msg233173 |
2014-12-29 11:26:00 | gmt | set | files:
+ distutils_accomodate_distribution_ducktypes.patch messages: + msg233172 |
2014-12-27 20:35:04 | cgrohmann | set | nosy:
+ cgrohmann |
2014-12-27 20:31:25 | djc | set | nosy:
+ djc |
2014-12-26 18:56:49 | eric.araujo | set | title: distutils: tip-toe around quirks owing to setuptools monkey-patching Extension -> distutils: isinstance checks fail with setuptools-monkeypatched Extension/Distribution |
2014-12-26 18:55:44 | scoder | set | nosy:
+ scoder messages: + msg233113 |
2014-12-26 18:54:56 | eric.araujo | link | issue23114 superseder |
2014-12-26 17:16:37 | eric.araujo | set | messages:
+ msg233109 versions: - Python 3.2, Python 3.3, Python 3.6 |
2014-12-23 14:19:07 | Arfrever | set | nosy:
+ Arfrever |
2014-12-23 06:36:28 | gmt | create |