Issue40024
Created on 2020-03-20 09:39 by corona10, last changed 2020-03-24 22:08 by vstinner.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 19088 | merged | corona10, 2020-03-20 09:42 | |
| PR 19119 | merged | corona10, 2020-03-23 17:02 | |
| Messages (3) | |||
|---|---|---|---|
| msg364661 - (view) | Author: Dong-hee Na (corona10) * | Date: 2020-03-20 09:39 | |
See: https://github.com/python/cpython/pull/19084#discussion_r395486583 |
|||
| msg364809 - (view) | Author: STINNER Victor (vstinner) * | Date: 2020-03-22 16:17 | |
New changeset 05e4a296ecc127641160a04f39cc02c0f66a8c27 by Dong-hee Na in branch 'master': bpo-40024: Add PyModule_AddType() helper function (GH-19088) https://github.com/python/cpython/commit/05e4a296ecc127641160a04f39cc02c0f66a8c27 |
|||
| msg364964 - (view) | Author: STINNER Victor (vstinner) * | Date: 2020-03-24 22:08 | |
New changeset 37fcbb65d4589fbb5a72153e9338cf8e6495f64f by Dong-hee Na in branch 'master': bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) https://github.com/python/cpython/commit/37fcbb65d4589fbb5a72153e9338cf8e6495f64f |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-24 22:08:58 | vstinner | set | messages: + msg364964 |
| 2020-03-23 17:02:57 | corona10 | set | pull_requests: + pull_request18480 |
| 2020-03-22 16:17:41 | vstinner | set | messages: + msg364809 |
| 2020-03-20 09:42:24 | corona10 | set | keywords:
+ patch stage: patch review pull_requests: + pull_request18448 |
| 2020-03-20 09:39:49 | corona10 | create | |