Skip to content

Commit 44b39e0

Browse files
maciejp-rojaraco
andcommitted
Restore more_itertools.more, make importing concurrent.futures lazy
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
1 parent cbac693 commit 44b39e0

File tree

10 files changed

+9300
-8
lines changed

10 files changed

+9300
-8
lines changed

changelog.d/3091.misc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Removed unused ``more_itertools.more`` module from vendored ``more_itertools``
2-
package to avoid importing threading as a side effect (which caused
1+
Make ``concurrent.futures`` import lazy in vendored ``more_itertools``
2+
package to a avoid importing threading as a side effect (which caused
33
`gevent/gevent#1865 <https://github.com/gevent/gevent/issues/1865>`__).
44
-- by :user:`maciejp-ro`
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from .more import * # noqa
12
from .recipes import * # noqa
23

34
__version__ = '8.12.0'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
from .more import *
12
from .recipes import *

0 commit comments

Comments
 (0)