Benjamin Schubert pushed to branch bschubert/optimize-sort at BuildStream / buildstream
Commits:
-
155a642e
by Benjamin Schubert at 2019-01-30T13:18:40Z
1 changed file:
Changes:
... | ... | @@ -41,7 +41,7 @@ from .types import Symbol, Dependency |
41 | 41 |
#
|
42 | 42 |
class LoadElement():
|
43 | 43 |
|
44 |
- next_id = itertools.counter()
|
|
44 |
+ next_id = itertools.count()
|
|
45 | 45 |
|
46 | 46 |
def __init__(self, node, filename, loader):
|
47 | 47 |
|