pyperl leaks memory

Solomon Bessire <[email protected]> Tue, 22 Oct 2002 16:19:00 -0700
Newsgroups gmane.comp.web.zope.perl
Organization Spokane Software Systems
Message-ID <[email protected]>
The following snippet will leak memory rapidly.

#!/usr/bin/env python
import perl
for x in range(100000):
    perl.array(('Key', 'Value'))

What needs to be done to force garbage collection?

_______________________________________________
Zope-perl maillist  -  [email protected]
http://lists.zope.org/mailman/listinfo/zope-perl