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

Option to disable Unpacking list comprehensions #794

Closed
Skylion007 opened this issue Feb 3, 2023 · 1 comment
Closed

Option to disable Unpacking list comprehensions #794

Skylion007 opened this issue Feb 3, 2023 · 1 comment

Comments

@Skylion007
Copy link

I wanted to apply this tool to pytorch, but the unpacking list comprehensions may cause issue with codebase as torch.jit.script doesn't have full generator support and the compiler may complain. There doesn't appear to be a way to turn off this fixit either, adding an option to do so would be helpful: pytorch/pytorch#94040

@asottile
Copy link
Owner

asottile commented Feb 3, 2023

you're free to fork -- I'm not going to break my tool to work around a bug in theirs

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

No branches or pull requests

2 participants