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 Thomas Knox
Recipients Thomas Knox
Date 2017-03-23.21:30:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490304644.24.0.581268594683.issue29889@psf.upfronthosting.co.za>
In-reply-to
Content
Downloaded Python 3.6.1 source code onto CentOS 7.3 (64 bit), Fedora 25 (64 bit), Ubuntu 16.10 (64 bit) and Raspberry Pi 8.0 (32 bit).

Configured with
./configure --enable-shared --enable-optimizations --enable-loadable-sqlite-extensions --disable-ipv6 --with-system-expat --with-system-ffi --with-threads

On every platform, when running the profile generation code, test_asyncio fails with this error message:

0:06:45 [ 25/405] test_asyncio
Executing <Task finished coro=<CoroutineTests.test_async_def_wrapped.<locals>.start() done, defined at /home/pi/Source/Python-3.6.1/Lib/test/test_asyncio/test_pep492.py:150> result=None created at /home/pi/Source/Python-3.6.1/Lib/asyncio/base_events.py:446> took 2.106 seconds
0:13:11 [ 26/405] test_asyncore -- test_asyncio failed in 6 min 27 sec
History
Date User Action Args
2017-03-23 21:30:44Thomas Knoxsetrecipients: + Thomas Knox
2017-03-23 21:30:44Thomas Knoxsetmessageid: <1490304644.24.0.581268594683.issue29889@psf.upfronthosting.co.za>
2017-03-23 21:30:44Thomas Knoxlinkissue29889 messages
2017-03-23 21:30:43Thomas Knoxcreate