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 pablogsal
Recipients John Jones, alex, benjamin.peterson, dhduvall, gennad, gregory.p.smith, martin.panter, neologix, pablogsal
Date 2018-01-29.10:56:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517223381.65.0.467229070634.issue20104@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-01-29 10:56:21pablogsalsetrecipients: + pablogsal, gregory.p.smith, benjamin.peterson, alex, dhduvall, neologix, gennad, martin.panter, John Jones
2018-01-29 10:56:21pablogsalsetmessageid: <1517223381.65.0.467229070634.issue20104@psf.upfronthosting.co.za>
2018-01-29 10:56:21pablogsallinkissue20104 messages
2018-01-29 10:56:21pablogsalcreate