| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,6 +45,11 @@ | |||
| 45 | 45 | else: | |
| 46 | 46 | _collections_abc.MutableSequence.register(deque) | |
| 47 | 47 | ||
| 48 | + try: | ||
| 49 | + from _collections import _deque_iterator | ||
| 50 | + except ImportError: | ||
| 51 | + pass | ||
| 52 | + | ||
| 48 | 53 | try: | |
| 49 | 54 | from _collections import defaultdict | |
| 50 | 55 | except ImportError: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1 @@ | |||
| 1 | + Isolate :mod:`!_collections` (apply :pep:`687`). Patch by Erlend E. Aasland. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments