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

PEP 646: Explain the results of the new grammar/compiler change #2189

Merged
merged 2 commits into from
Dec 13, 2021
Merged

PEP 646: Explain the results of the new grammar/compiler change #2189

merged 2 commits into from
Dec 13, 2021

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    393eec6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. PEP 646: Update with Guido's feedback

    * Don't link to the current draft implementation
    * Clarify the code emitted for *args: *Ts now we've switched to the UNPACK_SEQUENCE bytecode in CPython
    * Update the examples of nonsensical *args annotations
    mrahtz committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    b7ba690 View commit details
    Browse the repository at this point in the history