Maybe we should backport those handy pep8 threading names ... ... Ok maybe not. <br /><br />On Oct 22, 2008 9:02am, Christian Heimes &lt;lists@cheimes.de&gt; wrote:<br />&gt; skip@pobox.com wrote:<br />&gt; <br />&gt; <br />&gt; I checked in the contents of my multiprocessing.tar file and opened issues<br />&gt; <br />&gt; #1 and #2.<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; I added a setup.py, disabled recv_bytes_into for now and fixed lots of<br />&gt; <br />&gt; naming issues. The multiprocessing code is using the new names of the<br />&gt; <br />&gt; threading module (current_thread, is_alive etc.) but Python 2.5 just<br />&gt; <br />&gt; have the old names (currentThread, isAlive).<br />&gt; <br />&gt; <br />&gt; <br />&gt; $ python2.5 setup.py build_ext -i<br />&gt; <br />&gt; $ PYTHONPATH=Lib python2.5 Lib/test/test_multiprocessing.py<br />&gt; <br />&gt; <br />&gt; <br />&gt; ======================================================================<br />&gt; <br />&gt; ERROR: test_connection (__main__.WithProcessesTestConnection)<br />&gt; <br />&gt; ----------------------------------------------------------------------<br />&gt; <br />&gt; Traceback (most recent call last):<br />&gt; <br />&gt;   File &quot;Lib/test/test_multiprocessing.py&quot;, line 1220, in test_connection<br />&gt; <br />&gt;     self.assertEqual(conn.recv_bytes_into(buffer),<br />&gt; <br />&gt; AttributeError: &#39;_multiprocessing.Connection&#39; object has no attribute<br />&gt; <br />&gt; &#39;recv_bytes_into&#39;<br />&gt; <br />&gt; <br />&gt; <br />&gt; ----------------------------------------------------------------------<br />&gt; <br />&gt; Ran 123 tests in 12.309s<br />&gt; <br />&gt; <br />&gt; <br />&gt; FAILED (errors=1)<br />&gt; <br />&gt; <br />&gt; <br />&gt; :)<br />&gt; <br />&gt; <br />&gt; <br />&gt; Christian<br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; Python-3000 mailing list<br />&gt; <br />&gt; Python-3000@python.org<br />&gt; <br />&gt; http://mail.python.org/mailman/listinfo/python-3000<br />&gt; <br />&gt; Unsubscribe: http://mail.python.org/mailman/options/python-3000/jnoller%40gmail.com<br />&gt;