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, ned.deily, vstinner, yselivanov
Date 2017-03-23.22:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490309165.78.0.416229630115.issue29889@psf.upfronthosting.co.za>
In-reply-to
Content
I changed the configuration flags to be:

pi@pi3:~/Source/Python-3.6.1 $ ./configure --enable-optimizations --enable-loadable-sqlite-extensions --disable-ipv6 --with-system-expat --with-system-ffi --with-threads

The profiling filed again with:

0:04:47 [ 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 1.187 seconds
0:08:45 [ 26/405] test_asyncore -- test_asyncio failed in 3 min 59 sec

But at least it failed 2.5 minutes faster. :)
History
Date User Action Args
2017-03-23 22:46:05Thomas Knoxsetrecipients: + Thomas Knox, vstinner, ned.deily, yselivanov
2017-03-23 22:46:05Thomas Knoxsetmessageid: <1490309165.78.0.416229630115.issue29889@psf.upfronthosting.co.za>
2017-03-23 22:46:05Thomas Knoxlinkissue29889 messages
2017-03-23 22:46:05Thomas Knoxcreate