[issue42376] Add helpers to populate modules in C

2021-11-16 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +erlendaasland ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42376] Add helpers to populate modules in C

2020-11-25 Thread hai shi
Change by hai shi : -- nosy: +shihai1991 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42376] Add helpers to populate modules in C

2020-11-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42376] Add helpers to populate modules in C

2020-11-16 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +22213 pull_request: https://github.com/python/cpython/pull/23286 ___ Python tracker ___

[issue42376] Add helpers to populate modules in C

2020-11-16 Thread Christian Heimes
New submission from Christian Heimes : It's currently inconvenient and sometimes error-prone to initialize module members in C. Even stdlib modules are sometimes missing error checks or have reference counting issues in error path. I propose add three helpers to deal with common cases: 1)