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 ned.deily
Recipients ned.deily, neologix, pitrou, vstinner
Date 2015-01-29.08:41:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422520904.67.0.603658888202.issue23285@psf.upfronthosting.co.za>
In-reply-to
Content
eintr-1.diff doesn't seem to make any significant difference from eintr.diff on my system.  It's still pegging a CPU at 100% and takes 7 minutes wall time to complete.

$ time ./python ~/Projects/PyDev/active/dev/3x/source/Lib/test/eintrdata/eintr_tester.py
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok

----------------------------------------------------------------------
Ran 12 tests in 439.966s

OK

real	7m20.276s
user	5m7.575s
sys	2m9.846s
History
Date User Action Args
2015-01-29 08:41:44ned.deilysetrecipients: + ned.deily, pitrou, vstinner, neologix
2015-01-29 08:41:44ned.deilysetmessageid: <1422520904.67.0.603658888202.issue23285@psf.upfronthosting.co.za>
2015-01-29 08:41:44ned.deilylinkissue23285 messages
2015-01-29 08:41:44ned.deilycreate