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 aeros
Recipients ZackerySpytz, aeros, asvetlov, pitrou, yselivanov
Date 2020-04-28.09:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588064476.64.0.0826655854244.issue40061@roundup.psfhosted.org>
In-reply-to
Content
Antoine Pitrou wrote:
> You're right that a Py_DECREF is missing there.  However, it seems unlikely that this is triggering the test failure, because `PyList_New(1)` will practically never fail in normal conditions (and even making it deliberately fail would be quite difficult).

Thanks for clarifying; spotting refleaks is something that I've only recently started to get the hang of, so I wanted to double check first. :-)

I should have updated this issue, but I resolved the main test_asyncio failure that I saw from GH-19149 in GH-19282. Either way though, I think this could still be fixed (even if it would rarely be an issue in most situations).
History
Date User Action Args
2020-04-28 09:01:17aerossetrecipients: + aeros, pitrou, asvetlov, yselivanov, ZackerySpytz
2020-04-28 09:01:16aerossetmessageid: <1588064476.64.0.0826655854244.issue40061@roundup.psfhosted.org>
2020-04-28 09:01:16aeroslinkissue40061 messages
2020-04-28 09:01:16aeroscreate