Closed corona10 closed 4 years ago
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
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
@vstinner
IMHO, we can close this issue after PR 19205 is merged. Most of use cases are replaced to PyModule_AddType.
New changeset 016bdd519d76c282bbe0220c67a49226b6262638 by Dong-hee Na in branch 'master': bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205) https://github.com/python/cpython/commit/016bdd519d76c282bbe0220c67a49226b6262638
Thanks Dong-hee Na for fixing many reference leaks! I like the new PyModule_AddType() helper function.
(disregard the above, the PR was mistakenly linked from a GitHub bug)
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields: ```python assignee = 'https://github.com/corona10' closed_at =
created_at =
labels = ['expert-C-API', 'type-feature', '3.9']
title = 'Add PyModule_AddType helper function'
updated_at =
user = 'https://github.com/corona10'
```
bugs.python.org fields:
```python
activity =
actor = 'aeros'
assignee = 'corona10'
closed = True
closed_date =
closer = 'vstinner'
components = ['C API']
creation =
creator = 'corona10'
dependencies = []
files = []
hgrepos = []
issue_num = 40024
keywords = ['patch']
message_count = 7.0
messages = ['364661', '364809', '364964', '365217', '365253', '365254', '365522']
nosy_count = 4.0
nosy_names = ['vstinner', 'corona10', 'shihai1991', 'aeros']
pr_nums = ['19088', '19119', '19205']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue40024'
versions = ['Python 3.9']
```