Paul Moore <p.f.mo...@gmail.com> added the comment:

So I need to dynamically load *both* python3.dll and python39.dll, but if I do 
that I can get the functions from python3.dll? What's the point in doing that? 
Surely I might as well just load python39.dll and get the functions from there, 
in that case.

I hoped that by using python3.dll, I'd be able to avoid needing to deal with 
the version-specific DLL at all, so making my code portable to any version of 
Python 3. I'm pretty sure that's how it works if I statically link to 
python3.dll...

----------

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

Reply via email to