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 amaury.forgeotdarc
Recipients CWRU_Researcher1, amaury.forgeotdarc, loewis
Date 2008-12-11.09:03:33
SpamBayes Score 0.0066991085
Marked as misclassified No
Message-id <1228986215.03.0.976685285265.issue4416@psf.upfronthosting.co.za>
In-reply-to
Content
There is no issue: in pattern_search, state_init is called before
sre_search is invoked. And state_init contains all the operations
performed by state_reset.

The invariant here is that each call to sre_search must be preceded by a
call to state_reset *or* state_init. I don't know whether your tool can
detect this.
History
Date User Action Args
2008-12-11 09:03:35amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, CWRU_Researcher1
2008-12-11 09:03:35amaury.forgeotdarcsetmessageid: <1228986215.03.0.976685285265.issue4416@psf.upfronthosting.co.za>
2008-12-11 09:03:33amaury.forgeotdarclinkissue4416 messages
2008-12-11 09:03:33amaury.forgeotdarccreate