[issue34354] Memory leak on _testCongestion

2018-09-14 Thread Petr Viktorin


Petr Viktorin  added the comment:

That issue has more information/discussion, and it does look like the same bug, 
so I'll close this one.

Thank you for reporting it!

--
nosy: +petr.viktorin
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> test_socket: testCongestion() hangs on my Fedora 28

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34354] Memory leak on _testCongestion

2018-09-07 Thread Chih-Hsuan Yen


Change by Chih-Hsuan Yen :


--
nosy: +yan12125

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34354] Memory leak on _testCongestion

2018-09-06 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Seems related : https://bugs.python.org/issue34587

Thanks

--
nosy: +xtreak

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34354] Memory leak on _testCongestion

2018-08-07 Thread Vinicius Pacheco


New submission from Vinicius Pacheco :

Following this document https://devguide.python.org/ to compile the python I've 
got a memory leak on the test _testCongestion. This test is on the file 
Lib/test/test_socket.py.

The line that show me the issue is:

while True:
self.cli.sendto(self.data, 0, (HOST, self.port))

The process enters on the "while" and never finish. I'm using a Fedora 28 on 
this test.

--
components: Interpreter Core
messages: 323262
nosy: Vinicius Pacheco
priority: normal
severity: normal
status: open
title: Memory leak on _testCongestion
type: behavior
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com