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 Decorater, Drekin, abarry, eryksun, ezio.melotti, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-07-18.04:25:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468815957.72.0.684186916703.issue27469@psf.upfronthosting.co.za>
In-reply-to
Content
A custom icon for .pyd files doesn't require a shell extension - it only really requires the icon.

I don't want to use the same as .pyc, since that has the implication that it can be deleted safely, or .py, since that can be double-clicked. So we'd need something new.

The rest of the request requires exposing new public APIs in Windows so that we can load executables from arbitrary memory locations. That's not something I can fix here :)
History
Date User Action Args
2016-07-18 04:25:57steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, eryksun, Drekin, abarry, Decorater
2016-07-18 04:25:57steve.dowersetmessageid: <1468815957.72.0.684186916703.issue27469@psf.upfronthosting.co.za>
2016-07-18 04:25:57steve.dowerlinkissue27469 messages
2016-07-18 04:25:57steve.dowercreate