Steve Dower <steve.do...@python.org> added the comment:

> Does a statically built Windows python.exe support C extension modules at all?

I've given this some thought in the past, and I suspect the answer is "no" 
unless you were to also statically link the extension modules into the same 
executable (which will likely require code modifications).

That may answer the rest of your queries, but perhaps not. I'll have to give 
those some more thought.

> For now, I'm disabling extensions on a static MSVC build.

This seems like the best option.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42321>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to