Nick Coghlan <ncogh...@gmail.com> added the comment:

I went ahead and merged the minimal PR and flagged it for backporting to 3.8 - 
it's an obviously beneficial change, that clearly does less work on each pass 
through the loop.

Even if you are doing non-strict parsing of a string that consists entirely of 
invalid characters, you'll get the same level of performance that the previous 
code offered for all strict parsing.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37587>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to