[issue37126] test_threading is leaking references

STINNER Victor report at bugs.python.org
Sun Jun 2 17:15:11 EDT 2019


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

Thanks.

commit 3caf4de6f05f68c3a175f4d8ce870d7a0016622a
Author: Pablo Galindo <Pablogsal at gmail.com>
Date:   Sun Jun 2 21:52:49 2019 +0100

    Call PyObject_GC_UnTrack in structseq dealloc (GH-13751)

--

FYI I also fixed test_threading:

commit cdce0574d03005e27b843fc110c54c99c7a76412
Author: Victor Stinner <vstinner at redhat.com>
Date:   Sun Jun 2 23:08:41 2019 +0200

    bpo-36829: test_threading: Fix a ref cycle (GH-13752)

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list