Skip to content

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

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

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

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

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

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 ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

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

@bedevere-bot bedevere-bot added skip news type-bug An unexpected behavior, bug, or error awaiting review labels Jul 5, 2021
@pablogsal pablogsal merged commit 645e527 into python:3.10 Jul 5, 2021
@miss-islington miss-islington deleted the backport-f64de53-3.10 branch July 5, 2021 22:35
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