[New-bugs-announce] [issue40866] Use PyModule_AddType() in posix module initialisation
Erlend Egeberg Aasland
report at bugs.python.org
Thu Jun 4 16:30:32 EDT 2020
New submission from Erlend Egeberg Aasland <erlend.aasland at innova.no>:
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
status: open
title: Use PyModule_AddType() in posix module initialisation
type: enhancement
versions: Python 3.10
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40866>
_______________________________________
More information about the New-bugs-announce
mailing list