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 steve.dower, tim.golden, zach.ware
Date 2015-01-16.23:11:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421449910.62.0.491687570058.issue23253@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, pythonXY.dll has a dependency on shell32.dll solely for the os.startfile (Modules/posixmodule.c) function. This is quite a heavy dependency that many would rather not have to load (e.g. lightweight server configurations).

It would be nice to delay load the DLL and fail the operation if it is not available.

(This is as much a reminder for myself as anything else, but if someone wants to do it then feel free.)
History
Date User Action Args
2015-01-16 23:11:50steve.dowersetrecipients: + steve.dower, tim.golden, zach.ware
2015-01-16 23:11:50steve.dowersetmessageid: <1421449910.62.0.491687570058.issue23253@psf.upfronthosting.co.za>
2015-01-16 23:11:50steve.dowerlinkissue23253 messages
2015-01-16 23:11:50steve.dowercreate