<br><br><div><span class="gmail_quote">On 12/19/06, <b class="gmail_sendername">Adam Olsen</b> <<a href="mailto:rhamph@gmail.com">rhamph@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 12/18/06, Guido van Rossum <<a href="mailto:guido@python.org">guido@python.org</a>> wrote:<br>> character, but AFAICT it fizzled; nobody has proposed to help with<br>> getting the int unification branch, which is mostly done but still has
<br>> 22 failing tests last time I looked. I've received a few contributions<br><br>> I'd also like to see people volunteer to help with the implementation<br>> of some of these projects, and with the implementation of projects
<br>> that already have a PEP or don't need one. For example:<br>><br>> - finishing the int unification branch<br><br>Who should I conspire with to get this done?</blockquote><div><br>Martin v. Loewis did all of the initial work on the int unification branch. He would be the best person to directly talk with. I am pretty sure he reads this mailing list regularly.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> I've already tracked<br>down one of the bugs: convert_to_double in floatobject.c
prefers<br>PyInt_AS_LONG, assuming it can't fail, which is no longer true.<br><br>>>> 5.0 * 9999999999999<br>-5.0<br>>>> 1.0 + 999999999999<br>0.0<br><br>What is the policy on working on the p3yk branch?
</blockquote><div><br>It's considered just like any other branch in Python. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I thought I read<br>that we should skip bug reports, but I've been unable to find the<br>email saying so.</blockquote><div><br>Not that I know of. There is a Python 3000 group on SF. We just don't want people reporting bugs saying that there code doesn't work on that branch. But reporting bugs like this where new stuff is not working as it should can be reported. It just doesn't hurt (for now) to say here you found the bug as well as not that many people are hacking on the p3yk branch.
<br></div><br>-Brett</div>