[issue15870] PyType_FromSpec should take metaclass as an argument

Josh Haberman report at bugs.python.org
Mon Sep 27 20:26:56 EDT 2021


Josh Haberman <jhaberman at gmail.com> added the comment:

> Windows/MSVC defines DLLs as separate programs, with their own lifetime and entry point (e.g. you can reload a DLL multiple times and it will be reinitialised each time).

All of this is true of so's in ELF also.  It doesn't mean that the implementation needs to reject standards-conforming programs.

I still think the Python documentation is incorrect on this point.  I filed https://bugs.python.org/issue45306 to track this separately.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue15870>
_______________________________________


More information about the Python-bugs-list mailing list