[issue15870] PyType_FromSpec should take metaclass as an argument

Steve Dower report at bugs.python.org
Mon Sep 27 13:05:52 EDT 2021


Steve Dower <steve.dower at python.org> added the comment:

> As a tangential point, I think that the DLL case on Windows may be a case where Windows is not compliant with the C standard

I wasn't aware the C standard covered dynamic symbol resolution? "static" anything in C is completely irrelevant to how symbols are looked up and resolved between modules, and how addresses are relocated in PE binaries, by the Windows loader.

So this point isn't even tangential - it's nowhere near the surface ;)

----------

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


More information about the Python-bugs-list mailing list