[New-bugs-announce] [issue4416] state_reset not called on 'state' before sre_search invoked

Brian Szuter report at bugs.python.org
Tue Nov 25 02:11:06 CET 2008


New submission from Brian Szuter <Brian.Szuter at gmail.com>:

/home/rxc92/project/Python-2.5.2/Modules/_sre.c (pattern_search)
Line 2740

Elsewhere in the codebase, state_reset is called on the first parameter
of sre_search before sre_search is invoked.  The does not occur here.

----------
components: None
messages: 76377
nosy: CWRU_Researcher1
severity: normal
status: open
title: state_reset not called on 'state' before sre_search invoked
type: performance
versions: Python 2.5.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4416>
_______________________________________


More information about the New-bugs-announce mailing list