Current problem reports assigned to freebsd-python@FreeBSD.org

2011-03-21 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Re: Python malloc issue?

2011-03-21 Thread Andrew MacIntyre
Amit Dev wrote: I'm observing a strange memory usage pattern with python strings on Freebsd. Consider the following session. Idea is to create a list which holds some strings so that cumulative characters in the list is 100MB. l = [] for i in xrange(10): ... l.append(str(i) * (1000/len(st