[issue40866] Use PyModule_AddType() in posix module initialisation

2021-10-27 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- resolution: -> out of date ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40866] Use PyModule_AddType() in posix module initialisation

2020-12-18 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue40866] Use PyModule_AddType() in posix module initialisation

2020-06-04 Thread Erlend Egeberg Aasland
Change by Erlend Egeberg Aasland : -- keywords: +patch pull_requests: +19854 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20634 ___ Python tracker

[issue40866] Use PyModule_AddType() in posix module initialisation

2020-06-04 Thread Erlend Egeberg Aasland
New submission from Erlend Egeberg Aasland : Use PyModule_AddType() iso. PyModule_AddObject() in posix module initialisation, and use PyTypeObject iso. PyObject for type objects. -- components: Library (Lib) messages: 370731 nosy: erlendaasland priority: normal severity: normal