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 cheryl.sabella, serhiy.storchaka, terry.reedy
Date 2018-02-26.04:16:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519618589.19.0.467229070634.issue32880@psf.upfronthosting.co.za>
In-reply-to
Content
As I mentioned before, Parser.set_code strongly suggests that Parser instances were intended to be reused.  But you discovered the bug that prevented this, at least for one code result.  With that fixed, it should be possible to have one Parser instance per editor.

Since hyperparser is used to match each ), ], and } we could look at that too.
History
Date User Action Args
2018-02-26 04:16:29terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, cheryl.sabella
2018-02-26 04:16:29terry.reedysetmessageid: <1519618589.19.0.467229070634.issue32880@psf.upfronthosting.co.za>
2018-02-26 04:16:29terry.reedylinkissue32880 messages
2018-02-26 04:16:28terry.reedycreate