Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

list definition creation causes an infinite loop in the post processor #44

Closed
shlakperson opened this issue Jan 1, 2023 · 1 comment

Comments

@shlakperson
Copy link

i will give and example since it happens vary rarely but maybe you will be able to see where the issue is:

example.py:
list1 = [123]

def func1():
for func in list1:
x = func([], [])
list2 = [456]
for func in list2:
x = func([], [])

@vitsalis
Copy link
Owner

vitsalis commented Nov 26, 2023

This code doesn't seem to run without errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants