STINNER Victor <victor.stin...@gmail.com> added the comment:

FYI "x86 Gentoo Refleaks 3.x" buildbot failed with:

http://buildbot.python.org/all/#builders/1/builds/109
---
/buildbot/buildarea/3.x.ware-gentoo-x86.refleak/build/Lib/test/libregrtest/refleak.py:248:
 RuntimeWarning: coroutine 
'SetMethodsTest.test_set_exception_causes_invalid_state.<locals>.foo' was never 
awaited
  gc.collect()
/buildbot/buildarea/3.x.ware-gentoo-x86.refleak/build/Lib/test/libregrtest/refleak.py:248:
 RuntimeWarning: coroutine 
'SetMethodsTest.test_set_result_causes_invalid_state.<locals>.foo' was never 
awaited
  gc.collect()
.
test_asyncio leaked [2, 2, 1] memory blocks, sum=5
1 test failed again:
    test_asyncio
---

This build ran before the commit 6934831e43d66222a626403dd775429d1c8963f3. So I 
understand that the bug was already fixed: thanks!

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32633>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to