bpo-29573: Fixed unlinking already removed NamedTemporaryFile.#134
bpo-29573: Fixed unlinking already removed NamedTemporaryFile.#134andrewnester wants to merge 1 commit into
Conversation
briancurtin
left a comment
There was a problem hiding this comment.
Looks fine to me, just needs a small test change.
Sorry, something went wrong.
Replace the direct access to PyObject members with the preferred macros.
|
To try and help move older pull requests forward, we are going through and backfilling 'awaiting' labels on pull requests that are lacking the label. Based on the current reviews, the best we can tell in an automated fashion is that a core developer requested changes to be made to this pull request. If/when the requested changes have been made, please leave a comment that says, |
Sorry, something went wrong.
Replace the direct access to PyObject members with the preferred macros. (cherry picked from commit c7dcca5)
|
@briancurtin @Yhg1s @brettcannon Is this PR worth being revived? The user's repo does not exist any more. I could take care of it by creating a new PR if you want |
Sorry, something went wrong.
|
@flavianh up to you if you want to create a new PR to try and solve the problem. |
Sorry, something went wrong.
Fix for http://bugs.python.org/issue29573
https://bugs.python.org/issue29573