This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Vinicius Pacheco
Recipients Vinicius Pacheco
Date 2018-08-08.05:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533705661.31.0.56676864532.issue34354@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-08-08 05:21:01Vinicius Pachecosetrecipients: + Vinicius Pacheco
2018-08-08 05:21:01Vinicius Pachecosetmessageid: <1533705661.31.0.56676864532.issue34354@psf.upfronthosting.co.za>
2018-08-08 05:21:01Vinicius Pachecolinkissue34354 messages
2018-08-08 05:21:00Vinicius Pachecocreate