This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients eric.snow, eryksun, jkloth, lukasz.langa, mattip, ncoghlan, paul.moore, ralf.gommers, steve.dower, tim.golden, zach.ware
Date 2019-03-29.22:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553899346.89.0.871564088815.issue36085@roundup.psfhosted.org>
In-reply-to
Content
So symlinking didn't work (Python is too clever for that these days ;) ), but straight copying the exe and required DLLs is fine.

It puts python.exe, python38.dll and vcruntime140.dll (properly discovered of course) into a temp directory, puts _sqlite3.pyd into a subdirectory and only allows imports from that directory and the pure stdlib (for encodings). Then we test with add_dll_directory(), then copy sqlite3.dll in and test again without.

Assuming tests all pass, I consider this complete now.
History
Date User Action Args
2019-03-29 22:42:26steve.dowersetrecipients: + steve.dower, paul.moore, ncoghlan, tim.golden, jkloth, lukasz.langa, eric.snow, zach.ware, mattip, eryksun, ralf.gommers
2019-03-29 22:42:26steve.dowersetmessageid: <1553899346.89.0.871564088815.issue36085@roundup.psfhosted.org>
2019-03-29 22:42:26steve.dowerlinkissue36085 messages
2019-03-29 22:42:26steve.dowercreate