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 vstinner
Recipients doughellmann, gvanrossum, iritkatriel, taleinat, vstinner, xdegaye
Date 2021-04-02.08:23:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617351811.84.0.582224844.issue26053@roundup.psfhosted.org>
In-reply-to
Content
> If we want to backport then we need both PRs.

Commit 652bfdee9495dca241d48278742fe035b7a82bdb is a bugfix and this issue is marked as Python 3.8-3.10, so yeah, a backport is worth it.

You can create a PR for Python 3.9 combining the two commits. I like to use "git cherry-pick -x <sha1>" manually for that. And then, use the label to backport this PR to Python 3.8.
History
Date User Action Args
2021-04-02 08:23:31vstinnersetrecipients: + vstinner, gvanrossum, taleinat, doughellmann, xdegaye, iritkatriel
2021-04-02 08:23:31vstinnersetmessageid: <1617351811.84.0.582224844.issue26053@roundup.psfhosted.org>
2021-04-02 08:23:31vstinnerlinkissue26053 messages
2021-04-02 08:23:31vstinnercreate