1-line bugfix. Now the optimizer does do the expected good job.
Chris Pressey
4 years ago
29 | 29 |
return chain
|
30 | 30 |
seen.add(next)
|
31 | 31 |
chain.append(next)
|
|
32 |
routine_name = next
|
32 | 33 |
|
33 | 34 |
def serialize(self):
|
34 | 35 |
pending_routines = copy(self.fallthru_map)
|