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 taleinat
Recipients taleinat, terry.reedy
Date 2020-10-04.15:46:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601826379.73.0.296749760101.issue21756@roundup.psfhosted.org>
In-reply-to
Content
As noted on the PR GH-20753, an incremental change to the current logic doesn't seem like a promising approach.

It seems to me that this will require refactoring the code parsing logic to allow it to incrementally parse lines backwards and forwards in order to find the beginning and end of a code block.
History
Date User Action Args
2020-10-04 15:46:19taleinatsetrecipients: + taleinat, terry.reedy
2020-10-04 15:46:19taleinatsetmessageid: <1601826379.73.0.296749760101.issue21756@roundup.psfhosted.org>
2020-10-04 15:46:19taleinatlinkissue21756 messages
2020-10-04 15:46:19taleinatcreate