Memory 扭曲连接TCP内存泄漏?;

Memory 扭曲连接TCP内存泄漏?;,memory,twisted,memory-leaks,Memory,Twisted,Memory Leaks,当我使用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,

当我使用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>

{U tempDataBuffer':[],'protocol':无,'U tempDataLen':0,'realAddress':('10
('10.25.76.117', 8086)
[]

试试这个

你忘了问一个连贯的问题。