Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] fix bug in disallow in graph #464

Merged
merged 1 commit into from
Jul 27, 2024
Merged

[BUG] fix bug in disallow in graph #464

merged 1 commit into from
Jul 27, 2024

Conversation

vadiklyutiy
Copy link
Collaborator

Time by time after introducing disallow in graph for not supported ops in #317, the following bug arise

>       for module_name, module in sys.modules.items():
E       RuntimeError: dictionary changed size during iteration

Fix one possible reason of it.

@vadiklyutiy vadiklyutiy requested a review from yaoyaoding July 27, 2024 02:29
@vadiklyutiy vadiklyutiy self-assigned this Jul 27, 2024
@vadiklyutiy vadiklyutiy merged commit d84f2c5 into main Jul 27, 2024
19 checks passed
@vadiklyutiy vadiklyutiy deleted the vadim/sync-dis-bug branch July 27, 2024 11:53
vadiklyutiy pushed a commit that referenced this pull request Dec 19, 2024
vadiklyutiy pushed a commit that referenced this pull request Dec 20, 2024
vadiklyutiy pushed a commit that referenced this pull request Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant