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 vstinner
Recipients vstinner
Date 2017-09-01.16:00:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504281626.52.0.835203185504.issue31234@psf.upfronthosting.co.za>
In-reply-to
Content
Remaining issues:

* test_asyncio: https://github.com/python/cpython/pull/3264 of bpo-31250

* test_thread: test_forkinthread() spawns a thread using thread.start_new_thread() without waiting until the thread completes

* test_concurrent_futures: warnings raised when running "./python -u -m test -j0 -rW -u all --fail-env-changed", but not when running only test_concurrent_futures. It looks like a race condition.
History
Date User Action Args
2017-09-01 16:00:26vstinnersetrecipients: + vstinner
2017-09-01 16:00:26vstinnersetmessageid: <1504281626.52.0.835203185504.issue31234@psf.upfronthosting.co.za>
2017-09-01 16:00:26vstinnerlinkissue31234 messages
2017-09-01 16:00:26vstinnercreate