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 eryksun
Recipients Elli Pirelli, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-01-31.22:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485903233.06.0.782220605549.issue29399@psf.upfronthosting.co.za>
In-reply-to
Content
> Are you sure it really works on Windows 10? 

Neither the DLL35 nor DLL36 directory was set in PATH, nor any directory containing python3x.dll. Each of the latter two directories contained only the minimal set python3.dll, python3x.dll, and vcruntime140.dll. I ran under a debugger to confirm the delayed loading of python3x.dll when GetProcAddress is called, and that the returned address of Py_Main is within the mapped range of python3x.dll. I'll try on Windows 7 in a little while.
History
Date User Action Args
2017-01-31 22:53:53eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Elli Pirelli
2017-01-31 22:53:53eryksunsetmessageid: <1485903233.06.0.782220605549.issue29399@psf.upfronthosting.co.za>
2017-01-31 22:53:53eryksunlinkissue29399 messages
2017-01-31 22:53:52eryksuncreate