2010-02-23 50 views
-1

我發現我的程序在使用connectTCP時發生內存泄漏。扭曲的connectTCP內存泄漏?

<class 'twisted.internet.tcp.Client'> 
    <<class 'twisted.internet.tcp.Client'> to ('10.25.76.117', 8086) at 2066c5b0> 
<type 'dict'> 
    {'_tempDataBuffer': [], 'protocol': None, '_tempDataLen': 0, 'realAddress': ('10 
<type 'tuple'> 
    ('10.25.76.117', 8086) 
<type 'list'> 
    [] 
<type 'instancemethod'> 
    <bound method Client.doConnect of <<class 'twisted.internet.tcp.Client'> to ('10 
<type 'instancemethod'> 
    <bound method Client.doConnect of <<class 'twisted.internet.tcp.Client'> to ('10 
<type 'tuple'> 
    ('10.25.76.117', 8086) 

gc: collectable <Client 2066c770> 
gc: collectable <dict 2066e4b0> 
gc: collectable <tuple 206fa1e8> 
gc: collectable <list 206478c8> 
gc: collectable <instancemethod 206699b8> 
gc: collectable <instancemethod 2046a6e8> 
gc: collectable <tuple 206fa918> 
+3

你忘了問一個連貫的問題。 – 2010-02-25 23:57:12

回答