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 Greg Price
Recipients Greg Price, ezio.melotti, vstinner
Date 2019-08-05.04:25:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564979124.61.0.511224593757.issue37760@roundup.psfhosted.org>
In-reply-to
Content
Just posted three PRs:
 * GH-15128 and GH-15129 are both quite small
 * GH-15130 is the first of two patches factoring out common parsing logic.

Two remaining patches go on top of GH-15130.  Here are drafts, in case they're helpful for reference:
* Patch 2/2 factoring out common parsing logic: https://github.com/gnprice/cpython/commit/0a32a7111
* Patch converting the big tuples to a dataclass: https://github.com/gnprice/cpython/commit/6d8103bbc

I figure they may be easiest to review after the PR they depend on is merged, so my plan is to send PRs for them each in turn.
History
Date User Action Args
2019-08-05 04:25:24Greg Pricesetrecipients: + Greg Price, vstinner, ezio.melotti
2019-08-05 04:25:24Greg Pricesetmessageid: <1564979124.61.0.511224593757.issue37760@roundup.psfhosted.org>
2019-08-05 04:25:24Greg Pricelinkissue37760 messages
2019-08-05 04:25:24Greg Pricecreate