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 2020年09月12日 04:16 by mhammond, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 22210 | closed | mhammond, 2020年09月12日 04:26 | |
| Messages (2) | |||
|---|---|---|---|
| msg376771 - (view) | Author: Mark Hammond (mhammond) * (Python committer) | Date: 2020年09月12日 04:16 | |
install.c tries to dynamically load PyCFunction_New at https://github.com/python/cpython/blob/fb2718720346c8c7a0ad2d7477f20e9a5524ea0c/PC/bdist_wininst/install.c#L686 - however, since 3.8 this no longer exists - PyCFunction_New is a #define which calls PyCFunction_NewEx |
|||
| msg384813 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2021年01月11日 12:50 | |
The distutils bdist_wininst command has been removed in Python 3.10: see bpo-42802. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:35 | admin | set | github: 85937 |
| 2021年01月11日 12:50:19 | vstinner | set | status: open -> closed nosy: + vstinner messages: + msg384813 resolution: wont fix stage: patch review -> resolved |
| 2020年09月12日 04:26:53 | mhammond | set | keywords:
+ patch stage: patch review pull_requests: + pull_request21265 |
| 2020年09月12日 04:16:45 | mhammond | create | |