X Tutup
Skip to content

[3.5] bpo-30769: Fix reference leak introduced in 7770394 (GH-2416)#2447

Merged
vstinner merged 1 commit intopython:3.5from
emilyemorehouse:backport-a7874c7-3.5
Jun 27, 2017
Merged

[3.5] bpo-30769: Fix reference leak introduced in 7770394 (GH-2416)#2447
vstinner merged 1 commit intopython:3.5from
emilyemorehouse:backport-a7874c7-3.5

Conversation

@emilyemorehouse
Copy link
Copy Markdown
Member

No description provided.

@emilyemorehouse
Copy link
Copy Markdown
Member Author

@Haypo A clean rebase allowed me to duplicate the original error on 3.5. I've confirmed that this now passes with the fix.

Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirm that "./python -m test -R 3:3 -m test_execve_invalid_env test_os" fails without the fix, and pass with the fix, thanks!

@vstinner vstinner merged commit eb3c52a into python:3.5 Jun 27, 2017
@vstinner
Copy link
Copy Markdown
Member

Thanks @emilyemorehouse for the fix ;-) I merged your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup