bpo-33630: Fix memory leak in old versions of glicb for posix_spawn.#7685
bpo-33630: Fix memory leak in old versions of glicb for posix_spawn.#7685serhiy-storchaka merged 9 commits into
posix_spawn.#7685Conversation
posix_spawn.|
This is complementing #7663. @serhiy-storchaka I have addressed your feedback in 07e1245 |
Sorry, something went wrong.
|
I can confirm again that this fixes the buildbot problems. Tested on the buildbot itself: |
Sorry, something went wrong.
|
It seems that the problem covered by #7663 (the race in the test) disappears once this is fixed. As is a race condition I am not sure, but running 3 test suites in parallel that executes |
Sorry, something went wrong.
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Thank you @pablogsal for your responsibility!
LGTM in general, added just few stylistic comments.
Sorry, something went wrong.
|
@serhiy-storchaka I have rewritten a bit the comment in 0e3348e to make it more clear. |
Sorry, something went wrong.
https://bugs.python.org/issue33630