Skip to content

[3.9] bpo-44563: Fix error handling in tee.fromiterable() (GH-27020)#27042

Merged
pablogsal merged 1 commit into
python:3.9from
miss-islington:backport-f64de53-3.9
Jul 5, 2021
Merged

[3.9] bpo-44563: Fix error handling in tee.fromiterable() (GH-27020)#27042
pablogsal merged 1 commit into
python:3.9from
miss-islington:backport-f64de53-3.9

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 5, 2021

Copy link
Copy Markdown
Contributor

In debug build failed tee.fromiterable() corrupted the linked list of all GC objects.
(cherry picked from commit f64de53)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue44563

In debug build failed tee.fromiterable() corrupted the linked list of all GC objects.
(cherry picked from commit f64de53)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@serhiy-storchaka and @pablogsal: Status check is done, and it's a success ✅ .

@pablogsal pablogsal merged commit 324b932 into python:3.9 Jul 5, 2021
@miss-islington miss-islington deleted the backport-f64de53-3.9 branch July 5, 2021 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants