[issue5260] longobject.c: minor fixes, cleanups and optimizations

2009-02-15 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks, Antoine and Gregory! Committed, r69634 and r69635. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ __

[issue5260] longobject.c: minor fixes, cleanups and optimizations

2009-02-14 Thread Gregory P. Smith
Gregory P. Smith added the comment: agreed, looks good. (and thats a good motive) -- nosy: +gregory.p.smith ___ Python tracker ___ __

[issue5260] longobject.c: minor fixes, cleanups and optimizations

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: The patch looks good. -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue5260] longobject.c: minor fixes, cleanups and optimizations

2009-02-14 Thread Mark Dickinson
New submission from Mark Dickinson : Here are various minor portability and standards-compliance fixes, optimizations and cleanups for the trunk version of Objects/longobject.c. Most of these also apply to py3k. I'll admit to an ulterior motive here: the aim is to extract all the trivial, non-