[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Issue 40024: Add _PyModule_AddType private helper function

The Wayback Machine - https://web.archive.org/web/20200325104753/https://bugs.python.org/issue40024

Issue40024

classification
Title: Add _PyModule_AddType private helper function
Type: enhancement Stage: patch review
Components: C API Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: corona10 Nosy List: corona10, vstinner
Priority: normal Keywords: patch

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:58vstinnersetmessages: + msg364964
2020-03-23 17:02:57corona10setpull_requests: + pull_request18480
2020-03-22 16:17:41vstinnersetmessages: + msg364809
2020-03-20 09:42:24corona10setkeywords: + patch
stage: patch review
pull_requests: + pull_request18448
2020-03-20 09:39:49corona10create