Thomas Scheruebl <thomas@scheruebl.email> added the comment:

>From what I can see this behavior is intended starting with Python 3.8 for 
>Windows and DLL loading for extension modules.

You can use add_dll_directory to add directories to the DLL load path (see 
https://docs.python.org/3/library/os.html#os.add_dll_directory). More 
information can be found e.g. here 
https://docs.python.org/3/whatsnew/3.8.html#bpo-36085-whatsnew

----------
nosy: +schribl

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

Reply via email to