Issue 6914: Py_SetPythonHome, undocumented behavoir

Created on 2009-09-15 04:07 by ideasman42, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg92642 - (view) Author: Campbell Barton (ideasman42) * Date: 2009-09-15 04:07
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.
msg92646 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-09-15 14:24
Fixed in r74795.
History
Date User Action Args
2022-04-11 14:56:53adminsetgithub: 51163
2009-09-15 14:24:14benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg92646

resolution: fixed

2009-09-15 04:07:17ideasman42create