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 pjx206
Recipients gvanrossum, pjx206
Date 2021-03-30.00:55:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617065731.38.0.195508263322.issue43567@roundup.psfhosted.org>
In-reply-to
Content
I did:
- modified Grammar/python.gram
    - added new operator to compare_op_bitwise_or_pair
- added corresponding token to Grammer/Tokens
- build.bar --regen
- not having Include/Python-ast.h and Python/Python-ast.c

I agree that a regen.bat that using a system python is better solution. regen.vcxproj is confusing.
History
Date User Action Args
2021-03-30 00:55:31pjx206setrecipients: + pjx206, gvanrossum
2021-03-30 00:55:31pjx206setmessageid: <1617065731.38.0.195508263322.issue43567@roundup.psfhosted.org>
2021-03-30 00:55:31pjx206linkissue43567 messages
2021-03-30 00:55:30pjx206create