Steve Dower <steve.do...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue15870>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to