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
Add support for PEP 646 #87390
Comments
Since things are piling up, here's a quick record of what I think the remaining tasks are: (in approximate order of priority)
|
We also need to add to the What's New for 3.11. I volunteered to do that for all the typing PEPs.
Linking your #76300
I believe this uses the same mechanism as pickling, so shouldn't need more work. |
Done once #32103 is merged.
Done once #32159 is merged.
Will re-visit this now. |
@mrahtz @JelleZijlstra @serhiy-storchaka Is it okay if I unsubscribe from these conversations and let you all come up with a compromise? I feel that while we ought to have a policy formulated and mostly implemented by beta 1 (May 6), tweaks of both the policy and the implementation during the beta period until RC 1 (Aug/Sept?) should be allowable. |
@gvanrossum Fine with me. Godspeed with the rest of your work for this release :) |
Keeping track of things yet to do:
|
Hilariously, before this PR, it turned out that `*tuple[int]` was equal to `tuple[int]`. Fixing it, I realised that pickling was also broken: it didn't preserve `gaobject.starred`. This PR fixes both :)
Hilariously, before this PR, it turned out that `*tuple[int]` was equal to `tuple[int]`. Fixing it, I realised that pickling was also broken: it didn't preserve `gaobject.starred`. This PR fixes both :)
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: