Follow-up Comment #1, bug #11910 (project wesnoth):

Quick followup based on some reading. Despite the fact that
Py_Initialize/Py_Finalize are well documented, repeated use of this
combination is does leak memory. It should be avoided. Despite this fact,
Py_Finalize should not cause sigfaults.

Furthermore, it appears Py_Initialize is smart enough to determine if it has
been previously called. If python has been previously initialized, the
function call is a no-op (unvalidated).


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?11910>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to