<html style="direction: ltr;">
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><style>body
      p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="latin-charset" bgcolor="#FFFFFF"
    text="#000000">
    <p>I have done some cleaning house (it's that time of year) with
      win32, on the win32-cleanup2 branch. Here are the issues I
      "handled" by brutally skipping or rewriting tests:</p>
    <p>- test_recv_send_timeout in test_sock_app was raising the proper
      exception, but for some reason raises() was not catching it in the
      test.</p>
    <p>- test_byte_order in _multiprocessing/test/test_connection called
      socket.from_fd which does not exist except in unix</p>
    <p></p>
    <p>- testing time.localtime called time.localtime(-1) which raises
      an error</p>
    <p>- XML_GetCurrentLineNumber() in pyexpat crashes python after an
      exception is thrown in the MalformedInputText<br>
    </p>
    <p>&nbsp;test.</p>
    <p>I am still working through why float('nan') sometimes has the
      signbit set, making copysign(1., float('nan')) return -1 and will
      eventually add back in the test in math/test/test_math, but I'm
      not sure how reliable copysign on nan is anyway.<br>
    </p>
    <p>I would be happy to get feedback as to the validity of the
      changes I have made, hopefully they will show up soon on the
      buildbot:<br>
    </p>
    <p><a
href="http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/468">http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/468</a></p>
    <p>Matti<br>
    </p>
  </body>
</html>