Message 301132 - Python tracker
Message301132
| 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:26 | vstinner | set | recipients: + vstinner |
| 2017-09-01 16:00:26 | vstinner | set | messageid: <1504281626.52.0.835203185504.issue31234@psf.upfronthosting.co.za> |
| 2017-09-01 16:00:26 | vstinner | link | issue31234 messages |
| 2017-09-01 16:00:26 | vstinner | create | |