8000 Fix bpo-19217: Calling assertEquals for moderately long list takes too long by eamanu · Pull Request #11204 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Fix bpo-19217: Calling assertEquals for moderately long list takes too long #11204

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

Closed
wants to merge 3 commits into from

Conversation

eamanu
Copy link
Contributor
@eamanu eamanu commented Dec 17, 2018

Fix bpo-19217: Calling assertEquals for moderately long list takes too long

Fix https://bugs.python.org/issue19217
Related: #10034

https://bugs.python.org/issue19217

@gpshead
Copy link
Member
gpshead commented Dec 18, 2018

It looks like this causes a variety of stdlib unittest failures. skimming them most appear to be golden value tests (ugh) of one form or another that need adjusting. They'll need fixing however is deemed appropriate

@terryjreedy terryjreedy requested a review from ambv July 25, 2021 22:04
@jdevries3133
Copy link
Contributor

This PR has several failing tests. I added a few more commits over here to make this ready for merge:

#27434

@hauntsaninja
Copy link
Contributor

Thanks, closing in favour of #27434, which has a lot more discussion / activity

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.

7 participants
0