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 Rhamphoryncus
Recipients Rhamphoryncus
Date 2007-09-04.01:46:12
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1188870373.49.0.0139678608854.issue1096@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m timeit -s 'x = []
for i in range(100000):
    x = [x]' 'repr(x)'
Segmentation fault

I've tested this on 2.4, 2.5, and 3.0 trunk (although a few days old.)
History
Date User Action Args
2007-09-09 06:13:58georg.brandlsetspambayes_score: 0.858804 -> 0.0
2007-09-04 01:46:13Rhamphoryncussetspambayes_score: 0.858804 -> 0.858804
messageid: <1188870373.49.0.0139678608854.issue1096@psf.upfronthosting.co.za>
2007-09-04 01:46:13Rhamphoryncussetspambayes_score: 0.858804 -> 0.858804
recipients: + Rhamphoryncus
2007-09-04 01:46:13Rhamphoryncuslinkissue1096 messages
2007-09-04 01:46:13Rhamphoryncuscreate