bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable#25693
Conversation
Sorry, something went wrong.
👀 |
Sorry, something went wrong.
|
Thanks. I fixed test_subprocess. |
Sorry, something went wrong.
|
Actually, I think much of this could already have been saved before by using the ID-string API. But still, this is just so much better. |
Sorry, something went wrong.
I don't think that using cached interned strings is really relevant here, spawning a subprocess takes a few milliseconds, we are far from nanoseconds avoided thanks to the cache. Anyway, it's now gone ;-) |
Sorry, something went wrong.
gpshead
left a comment
There was a problem hiding this comment.
yay, thanks for the cleanup!
Sorry, something went wrong.
https://bugs.python.org/issue28254