Issue41771
Created on 2020-09-12 04:16 by mhammond, last changed 2021-01-11 12:50 by vstinner. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 22210 | open | mhammond, 2020-09-12 04:26 | |
| Messages (2) | |||
|---|---|---|---|
| msg376771 - (view) | Author: Mark Hammond (mhammond) * ![]() |
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) * ![]() |
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 |
| 2021-01-11 12:50:19 | vstinner | set | status: open -> closed nosy:
+ vstinner resolution: wont fix |
| 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 | |
