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 vstinner
Recipients benjamin.peterson, ezio.melotti, jeremy.kloth, jkloth, larry, martin.panter, ned.deily, steve.dower, vstinner, xtreak
Date 2019-03-12.16:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552406944.45.0.138449009426.issue36216@roundup.psfhosted.org>
In-reply-to
Content
Commit e37ef41289b77e0f0bb9a6aedb0360664c55bdd5 introduced a regression on AMD64 Windows8.1 Refleaks 2.7:

test_urlparse leaked [114, 114, 114] references, sum=342

https://buildbot.python.org/all/#/builders/33/builds/532

It is fixed by PR 12291.

You can test:

python -m test -R 3:3 test_urlparse
History
Date User Action Args
2019-03-12 16:09:04vstinnersetrecipients: + vstinner, larry, benjamin.peterson, jkloth, ned.deily, ezio.melotti, jeremy.kloth, martin.panter, steve.dower, xtreak
2019-03-12 16:09:04vstinnersetmessageid: <1552406944.45.0.138449009426.issue36216@roundup.psfhosted.org>
2019-03-12 16:09:04vstinnerlinkissue36216 messages
2019-03-12 16:09:04vstinnercreate