Skip to content

Fine-grained: Python 3 features #4951

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

Closed
4 tasks done
JukkaL opened this issue Apr 23, 2018 · 3 comments
Closed
4 tasks done

Fine-grained: Python 3 features #4951

JukkaL opened this issue Apr 23, 2018 · 3 comments

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Apr 23, 2018

These Python 3 features should be tested with fine-grained incremental checking (may require code changes):

  • yield from
  • f-strings
  • extended unpacking
  • async and await related features
@ilevkivskyi
Copy link
Member

Data classes could be problematic for 0.600 because we don't have them even in normal mode. It is not something hard, but it will take time to write the plugin, so I think we can postpone data classes to 0.610 (which will be still before Python 3.7.0 final).

@JukkaL
Copy link
Collaborator Author

JukkaL commented Apr 23, 2018

Oops will remove them from the list.

@JukkaL JukkaL self-assigned this Apr 24, 2018
JukkaL added a commit that referenced this issue Apr 25, 2018
Also fix crash on incompatible dictionary unpack. Fixes #4959.

Work towards #4951.
JukkaL added a commit that referenced this issue Apr 26, 2018
Some of the changes motivated cleaning up some duplicate error
messages.

Also noticed missing __next__/next dependency in ordinary for
statements and fixed it as well.

Work towards #4951.
JukkaL added a commit that referenced this issue Apr 26, 2018
…4966)

Also fix crash on incompatible dictionary unpack. Fixes #4959.

Work towards #4951.
JukkaL added a commit that referenced this issue Apr 26, 2018
JukkaL added a commit that referenced this issue Apr 26, 2018
@JukkaL
Copy link
Collaborator Author

JukkaL commented Apr 26, 2018

Most Python 3 features at least should be supported now. We can create separate issues for remaining features (at least data classes, but they aren't supported in any mode yet).

@JukkaL JukkaL closed this as completed Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants