[issue36216] urlsplit does not handle NFKC normalization

STINNER Victor report at bugs.python.org
Tue Mar 12 12:09:04 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36216>
_______________________________________


More information about the Python-bugs-list mailing list