[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: Andrew Svetlov: "Aha, I see. Thanks" You're welcome. Ned Deily: "Any chance we can get this fixed for 3.7.0rc1?" I just backported my changes to the 3.7 branch. -- ___ Python tracker

[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: Aha, I see. Thanks -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: Master already has the fix, added by 7ed61e9431e -- versions: -Python 3.8 ___ Python tracker ___ ___

[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread Andrew Svetlov
Change by Andrew Svetlov : -- pull_requests: +7105 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread Giampaolo Rodola'
Change by Giampaolo Rodola' : -- nosy: -giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: -7103 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +7103 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread STINNER Victor
STINNER Victor added the comment: That's a duplicate of bpo-33789: I fixed it yesterday in the master branch. -- nosy: +vstinner resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_asyncio emits ResourceWarning warnings ___

[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: Working on it -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33743] test_asyncio raises a deprecation warning

2018-06-07 Thread Ned Deily
Ned Deily added the comment: Any chance we can get this fixed for 3.7.0rc1? FWIW, as of current 3.7 head (cebd4b009adca6611e92eb337747f59818e941a6), I am also seeing the following warnings (on macOS 10.13): ./bin/python3.7 -m test -w -uall,-largefile -j3 test_asyncio Run tests in parallel us

[issue33743] test_asyncio raises a deprecation warning

2018-06-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ ./python -We -m test -v -m test__register_task_3 test_asyncio ... == ERROR: test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests) --