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 lukasz.langa
Recipients Alex Budovski, amaury.forgeotdarc, corona10, eric.snow, isoschiz, kylotan, lukasz.langa, miss-islington, pconnell, phsilva, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-03-23.11:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584963945.28.0.24676498349.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
The last merged pull request, GH-GH-19084, causes refleaks in importlib tests. Stable buildbots are failing, I can reproduce on macOS Catalina.

You can test yourself by running:
$ ./python.exe -E -Wd -m test -uall,-gui -l -L -R: test_importlib

Master at 2de7ac9798 does not fail while the next commit, 8334f30a74, introduces the failure.
History
Date User Action Args
2020-03-23 11:45:45lukasz.langasetrecipients: + lukasz.langa, amaury.forgeotdarc, kylotan, vstinner, tlesher, phsilva, ysj.ray, santoso.wijaya, eric.snow, pconnell, isoschiz, Alex Budovski, corona10, miss-islington, shihai1991
2020-03-23 11:45:45lukasz.langasetmessageid: <1584963945.28.0.24676498349.issue1635741@roundup.psfhosted.org>
2020-03-23 11:45:45lukasz.langalinkissue1635741 messages
2020-03-23 11:45:45lukasz.langacreate