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年05月07日 18:05 by vstinner, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 19982 | merged | vstinner, 2020年05月07日 18:13 | |
| PR 20075 | merged | vstinner, 2020年05月13日 22:07 | |
| Messages (3) | |||
|---|---|---|---|
| msg368362 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2020年05月07日 18:05 | |
Attached PR converts posixmodule.c to multiphase initialization (PEP 489). It uses the new shiny PyType_FromModuleAndSpec() and PyType_GetModule() of the PEP 573 added by bpo-38787. The PR removes the following macro :-) #define _posixstate_global ((_posixstate *)PyModule_GetState(PyState_FindModule(&posixmodule))) |
|||
| msg368572 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2020年05月10日 09:05 | |
New changeset 1c2fa781560608aa4be50c748d4b3f403cfa5035 by Victor Stinner in branch 'master': bpo-40549: Convert posixmodule.c to multiphase init (GH-19982) https://github.com/python/cpython/commit/1c2fa781560608aa4be50c748d4b3f403cfa5035 |
|||
| msg368845 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2020年05月14日 16:06 | |
New changeset 97f33c35445e6d67df24dcbafef7b78333feb778 by Victor Stinner in branch 'master': bpo-40549: posixmodule.c uses defining_class (GH-20075) https://github.com/python/cpython/commit/97f33c35445e6d67df24dcbafef7b78333feb778 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:30 | admin | set | github: 84729 |
| 2020年05月14日 16:06:05 | vstinner | set | messages: + msg368845 |
| 2020年05月13日 22:07:06 | vstinner | set | pull_requests: + pull_request19381 |
| 2020年05月10日 09:56:10 | vstinner | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020年05月10日 09:05:33 | vstinner | set | messages: + msg368572 |
| 2020年05月08日 05:01:24 | shihai1991 | set | nosy:
+ shihai1991 |
| 2020年05月07日 18:13:13 | vstinner | set | keywords:
+ patch stage: patch review pull_requests: + pull_request19298 |
| 2020年05月07日 18:05:48 | vstinner | create | |