Draft
Conversation
fd8eda2 to
c9ed04a
Compare
c9ed04a to
36ee421
Compare
This was referenced Feb 6, 2025
1e97ec8 to
8f7a6a8
Compare
Member
|
was there problems? |
Contributor
Author
@youknowone I was doing some yak-shaving to bump the typing module, and then I wanted to bump the RustPython parser, and this is where I realized my lack of understanding of the PEPs involved and my lack of understanding of the underlying parser (compiler). Due to personal situation, I'm a bit confused about my study priorities and lack motivation. At the same time, new PR (#5590) had opened and I didn't want it to look like someone was working on them, so I closed PRs to avoid confusion. |
Member
|
Thank you for sharing. Could you keep this opened until this feature is fully implemented to let other contributors can refer it for their work? |
Contributor
Author
|
No problem 👌🏻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current PR Status
Currently, this pr stuck at the part to implement new syntax introduced at 3.13 syntax.
This pull request does:
typingmodule to3.13.1._typing.NoDefaultTypeAliasTypePyTypeFlags::IMMUTABLETYPEforTypeAliasType.TypeAliasType.__repr__implementation.References
TypeAliasTypeflags: https://github.com/python/cpython/blob/067145177975eadd61a0c907d0d177f7b6a5a3de/Objects/typevarobject.c#L1777