New submission from Vinicius Pacheco <vfp...@gmail.com>:

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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34354>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to