Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

Regarding the leak, I was under the assumption that as File_actionsp is 
pointing to a stack initialized _file_actions and is this last variable the one 
that is passed to posix_spawn_file_actions_init, it was not needed to 
explicitly call posix_spawn_file_actions_destroy as the variable will go out of 
scope and the pointer is pointing to a stack variable. Am I missing something?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue20104>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to