[issue30491] Add a lightweight mechanism for detecting un-awaited coroutine objects

2018-01-22 Thread Nathaniel Smith
Change by Nathaniel Smith : -- keywords: +patch pull_requests: +5123 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue32633] Warnings from test_asyncio.test_tasks.SetMethodsTest

2018-01-22 Thread Nathaniel Smith
New submission from Nathaniel Smith : The test_asyncio tests are generating some warnings: 0:00:00 load avg: 2.14 [1/1] test_asyncio.test_tasks /home/njs/src/cpython/Lib/test/test_asyncio/test_tasks.py:100: RuntimeWarning: coroutine 'SetMethodsTest.test_set_exception_causes_invalid_state..foo'

[issue32633] Warnings from test_asyncio.test_tasks.SetMethodsTest

2018-01-22 Thread Nathaniel Smith
Change by Nathaniel Smith : -- keywords: +patch pull_requests: +5124 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue32612] pathlib.(Pure)WindowsPaths can compare equal but refer to different files

2018-01-22 Thread benrg
benrg added the comment: This bug is about paths that compare *equal*, but refer to *different* files. I agree that the opposite is not much of a problem (and I said so in the original comment). The reason I classified this as a security bug is that Python scripts using pathlib on Windows co

<    1   2