Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

3.12 Test failing due to change in FunctionDef creation - Should be fixed in 3.12.0-beta2 #67

Closed
DavidCEllis opened this issue Jun 7, 2023 · 2 comments

Comments

@DavidCEllis
Copy link
Owner

Changes related to typing syntax added a field you need to create a functiondef correctly so all of the AST based implementation tests are failing on 3.12. It looks like this has already been patched to now just create an empty list.

python/cpython#104834

This issue is just to note to retest once beta 2 is available on github actions.

@DavidCEllis
Copy link
Owner Author

Seems to still be broken in 3.12.0-beta2 - But only in unparsing? Need to investigate.

@DavidCEllis
Copy link
Owner Author

Passes now after beta3

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

1 participant