]> git.eshelyaron.com Git - emacs.git/commit
Fix python-font-lock-keywords-maximum-decoration performance regression
authorDario Gjorgjevski <dario.gjorgjevski@gmail.com>
Wed, 11 Nov 2020 11:27:59 +0000 (12:27 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 11 Nov 2020 11:27:59 +0000 (12:27 +0100)
commite7b4f465e8b2ec1c8d54a611db7eca44ae350711
tree094a3e956cd9d53c3c611a96df69a806e9024dcb
parentdaecf6d210c7e6b97ab239b24e3a335facc62891
Fix python-font-lock-keywords-maximum-decoration performance regression

* lisp/progmodes/python.el
(python-font-lock-keywords-maximum-decoration): `symbol-name'
should not be quantified by a `+' as it is redundant and performs
very badly (bug#44572).
lisp/progmodes/python.el