]> granicus.if.org Git - python/commit
Bug 1503: Get the test to pass on OSX. This should make the test more
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 28 Mar 2008 06:34:03 +0000 (06:34 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 28 Mar 2008 06:34:03 +0000 (06:34 +0000)
commit70cea58c84165460683b12e60331b4a90550e313
treed7f3585e0f74f57831f766f633eb75a04a52a475
parent9fdfaaf9af621d45c849061ea05bd3f2c37232c8
Bug 1503: Get the test to pass on OSX.  This should make the test more
reliable, but I'm not convinced it is the right solution.  We need
to determine if this causes the test to hang on any platforms or do
other bad things.

Even if it gets the test to pass reliably, it might be that we want
to fix this in socket.  The socket returned from accept() is different
on different platforms (inheriting attributes or not) and we might
want to ensure that the attributes (at least blocking) is the same
across all platforms.
Lib/test/test_xmlrpc.py