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 sjmachin
Recipients akitada, akuchling, amaury.forgeotdarc, collinwinter, doerwalter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, rsc, sjmachin, timehorse, vbr
Date 2009-08-10.10:58:08
SpamBayes Score 0.024044612
Marked as misclassified No
Message-id <1249901890.43.0.624278151974.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
Adding to vbr's report: [2.6.2, Win XP SP3] (1) bug mallocs memory
inside loop (2) also happens to regex.findall with patterns 'a{0,0}' and
'\B' (3) regex.sub('', 'x', 'abcde') has similar problem BUT 'a{0,0}'
and '\B' appear to work OK.
History
Date User Action Args
2009-08-10 10:58:11sjmachinsetrecipients: + sjmachin, loewis, akuchling, doerwalter, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, mrabarnett, jaylogan, akitada, moreati
2009-08-10 10:58:10sjmachinsetmessageid: <1249901890.43.0.624278151974.issue2636@psf.upfronthosting.co.za>
2009-08-10 10:58:09sjmachinlinkissue2636 messages
2009-08-10 10:58:08sjmachincreate