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 terry.reedy
Recipients docs@python, lukasz.langa, lys.nikolaou, pablogsal, terry.reedy
Date 2020-09-18.01:02:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600390949.09.0.806445771766.issue41808@roundup.psfhosted.org>
In-reply-to
Content
The 3.9 copy is 5 lines longer, meaning that after the b1 split, something was added to 3.9 directly instead of to master first and backported, or added to both and deleted from master.

Lukasz, is checking the two copies part of the final release process?

The 5 lines not in master are from PR-21012 and PR-21039 of issue 40939, by Lysandros and Pablo.  Please one of you verify that they should be added to master, as in the PR I will add, and not deleted from 3.9.
___
* The Public C API functions :c:func:`PyParser_SimpleParseStringFlags`,
  :c:func:`PyParser_SimpleParseStringFlagsFilename`,
  :c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`
  are deprecated and will be removed in Python 3.10 together with the old parser.
___
History
Date User Action Args
2020-09-18 01:02:29terry.reedysetrecipients: + terry.reedy, docs@python, lukasz.langa, lys.nikolaou, pablogsal
2020-09-18 01:02:29terry.reedysetmessageid: <1600390949.09.0.806445771766.issue41808@roundup.psfhosted.org>
2020-09-18 01:02:29terry.reedylinkissue41808 messages
2020-09-18 01:02:28terry.reedycreate