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 dominic.lavoie
Recipients amaury.forgeotdarc, dominic.lavoie
Date 2008-07-09.18:42:02
SpamBayes Score 0.18778567
Marked as misclassified No
Message-id <1215628924.74.0.67736178448.issue3328@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I have been able to reproduce the problem with a simple test 
program. All you have to do is compile issue328.c and run it. 
issue328.py compiles an invalid regexp. You will see that the refcount 
goes from 1 to 2 if the regexp compilation fails but stays constant if 
the regexp compilation is successful.
History
Date User Action Args
2008-07-09 18:42:05dominic.lavoiesetspambayes_score: 0.187786 -> 0.18778567
recipients: + dominic.lavoie, amaury.forgeotdarc
2008-07-09 18:42:04dominic.lavoiesetspambayes_score: 0.187786 -> 0.187786
messageid: <1215628924.74.0.67736178448.issue3328@psf.upfronthosting.co.za>
2008-07-09 18:42:03dominic.lavoielinkissue3328 messages
2008-07-09 18:42:03dominic.lavoiecreate