This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BTaskaya
Recipients BTaskaya, arcivanov, dino.viehland, pablogsal, vstinner
Date 2020-07-02.15:29:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593703761.95.0.791391033756.issue41194@roundup.psfhosted.org>
In-reply-to
Content
If I'm not wrong, this is the commit that introduced the regression.

commit ac46eb4ad6662cf6d771b20d8963658b2186c48c (HEAD -> bpo-xxxxx)
Author: Dino Viehland <dinoviehland@fb.com>
Date:   Wed Sep 11 10:16:34 2019 -0700

    bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)
    
    Summary: This mostly migrates Python-ast.c to PEP384 and removes all statics from the whole file. This modifies the generator itself that generates the Python-ast.c. It leaves in the usage of _PyObject_LookupAttr even though it's not fully PEP384 compatible (this could always be shimmed in by anyone who needs it).
History
Date User Action Args
2020-07-02 15:29:22BTaskayasetrecipients: + BTaskaya, vstinner, dino.viehland, arcivanov, pablogsal
2020-07-02 15:29:21BTaskayasetmessageid: <1593703761.95.0.791391033756.issue41194@roundup.psfhosted.org>
2020-07-02 15:29:21BTaskayalinkissue41194 messages
2020-07-02 15:29:21BTaskayacreate