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 grahamd
Recipients grahamd, ncoghlan
Date 2014-08-24.00:19:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I only make the change to Py_SetProgramName() on UNIX and not Windows. This is because back in mod_wsgi 1.0 I did actually used to use Py_SetProgramName() but it didn't seem to work in sane way on Windows so changed to Py_SetPythonHome() which worked on both Windows and UNIX. Latest versions of mod_wsgi haven't been updated yet to even build on Windows, so not caring about Windows right now.
History
Date User Action Args
2014-08-24 00:19:35grahamdsetrecipients: + grahamd, ncoghlan
2014-08-24 00:19:35grahamdsetmessageid: <[email protected]>
2014-08-24 00:19:35grahamdlinkissue22213 messages
2014-08-24 00:19:34grahamdcreate