hello

the following python code tricker a memory leak:

from beanstalkc import Connection
c = Connection('127.0.0.1')
while True:
    c.watching()

--

You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en.


Reply via email to