Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Skip Issue] Fix the error handling in tee_fromiterable() #10602

Closed

Conversation

ZackerySpytz
Copy link
Contributor

@ZackerySpytz ZackerySpytz commented Nov 19, 2018

Decref "to" on error instead of using PyObject_GC_Del().

Decref "to" on error instead of using PyObject_GC_Del().
@csabella
Copy link
Contributor

csabella commented May 22, 2019

@ZackerySpytz, please open a bpo issue for this. Thanks!

@rhettinger rhettinger requested a review from serhiy-storchaka May 3, 2022
@serhiy-storchaka
Copy link
Member

serhiy-storchaka commented May 3, 2022

What is the difference?

@rhettinger rhettinger removed their request for review May 5, 2022
@rhettinger
Copy link
Contributor

rhettinger commented May 10, 2022

With an answer to Serhiy's question and without a test, this seems to be a defunct PR.

Marking this as closed. It can be reopened if the question gets answered and a test is added.

@rhettinger rhettinger closed this May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants