Skip to content

Add dropwhile.__reduce__ #4201

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

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Conversation

dvermd
Copy link
Contributor

@dvermd dvermd commented Oct 4, 2022

The test def test_dropwhile(self): of Lib/test/test_itertools.py is not activated because the line self.assertRaises(TypeError, next, dropwhile(10, [(4,5)])) fails.

The bytes against which the pickling is compared in stdlib_itertools.py are generated with CPython

This is part of #3611

Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

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

looks, great thank you!

@youknowone youknowone merged commit 9100ec3 into RustPython:main Oct 5, 2022
@dvermd dvermd deleted the dropwhile_reduce branch October 6, 2022 20:01
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.

2 participants