[New-bugs-announce] [issue34354] Memory leak on _testCongestion

Vinicius Pacheco report at bugs.python.org
Wed Aug 8 01:21:01 EDT 2018


New submission from Vinicius Pacheco <vfpweb at 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 <report at bugs.python.org>
<https://bugs.python.org/issue34354>
_______________________________________


More information about the New-bugs-announce mailing list