Message290066
| 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:05 | Thomas Knox | set | recipients:
+ Thomas Knox, vstinner, ned.deily, yselivanov |
| 2017年03月23日 22:46:05 | Thomas Knox | set | messageid: <1490309165.78.0.416229630115.issue29889@psf.upfronthosting.co.za> |
| 2017年03月23日 22:46:05 | Thomas Knox | link | issue29889 messages |
| 2017年03月23日 22:46:05 | Thomas Knox | create |
|