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 ideasman42
Recipients ideasman42
Date 2009-09-15.04:07:17
SpamBayes Score 0.001174355
Marked as misclassified No
Message-id <1252987638.62.0.948007118413.issue6914@psf.upfronthosting.co.za>
In-reply-to
Content
Py_SetPythonHome holds a pointer to the variable passed, this is not
documented so passing a variable on the stack will not work as expected
unless its static or allocated.
History
Date User Action Args
2009-09-15 04:07:18ideasman42setrecipients: + ideasman42
2009-09-15 04:07:18ideasman42setmessageid: <1252987638.62.0.948007118413.issue6914@psf.upfronthosting.co.za>
2009-09-15 04:07:17ideasman42linkissue6914 messages
2009-09-15 04:07:17ideasman42create