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 Decorater, Drekin, abarry, eryksun, ezio.melotti, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-07-18.04:56:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468817798.8.0.841152563058.issue27469@psf.upfronthosting.co.za>
In-reply-to
Content
Steve, will you be uploading a new patch? The current patch doesn't include "pyshellext.vcxproj" in the build, since that was accidentally committed and then removed. 

When you call ShellExecute, I suggest passing NULL for lpOperation, to use the default verb. If no default is defined the shell uses "open" anyway.

Decorater, there's a memory importer for extension modules in py2exe, based on Joachim Bauch's MemoryModule.c:

https://sourceforge.net/p/py2exe/svn/HEAD/tree/trunk/py2exe-3/source
History
Date User Action Args
2016-07-18 04:56:38eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, Drekin, steve.dower, abarry, Decorater
2016-07-18 04:56:38eryksunsetmessageid: <1468817798.8.0.841152563058.issue27469@psf.upfronthosting.co.za>
2016-07-18 04:56:38eryksunlinkissue27469 messages
2016-07-18 04:56:38eryksuncreate