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

Remove more_itertools.more from vendored libs (fixes pypa/setuptools#3090) #3091

Merged
merged 6 commits into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .coveragerc

This file was deleted.

4 changes: 4 additions & 0 deletions changelog.d/3091.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Removed unused more_itertools.more module from vendored more_itertools
maciejp-ro marked this conversation as resolved.
Show resolved Hide resolved
package to avoid importing threading as a side effect (which caused
gevent/gevent#1865).
maciejp-ro marked this conversation as resolved.
Show resolved Hide resolved
-- by :user:`maciejp-ro`
1 change: 0 additions & 1 deletion pkg_resources/_vendor/more_itertools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .more import * # noqa
from .recipes import * # noqa

__version__ = '8.12.0'
1 change: 0 additions & 1 deletion pkg_resources/_vendor/more_itertools/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .more import *
from .recipes import *
Loading