[issue3319] pystone.main(10) causes ZeroDivisionError

2008-07-19 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in trunk in r65135, will be merged to Py3k automatically. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3319] pystone.main(10) causes ZeroDivisionError

2008-07-08 Thread Michael Patrick O'Keefe
Changes by Michael Patrick O'Keefe <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10866/pystone_err.py ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3319] pystone.main(10) causes ZeroDivisionError

2008-07-08 Thread Michael Patrick O'Keefe
Changes by Michael Patrick O'Keefe <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10865/pystone_1_trunk.diff ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3319] pystone.main(10) causes ZeroDivisionError

2008-07-08 Thread Michael Patrick O'Keefe
Michael Patrick O'Keefe <[EMAIL PROTECTED]> added the comment: After a more careful study of the documentation on how to make (proper) patches, I'm submitting the patches again. This patches against the 2.6 trunk and py3k branch (R64812). I compiled both 2.6 and py3k and confirmed that the ZeroDi

[issue3319] pystone.main(10) causes ZeroDivisionError

2008-07-08 Thread Michael Patrick O'Keefe
Changes by Michael Patrick O'Keefe <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10854/pystone.py.patch ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3319] pystone.main(10) causes ZeroDivisionError

2008-07-08 Thread Michael Patrick O'Keefe
Michael Patrick O'Keefe <[EMAIL PROTECTED]> added the comment: I'm resubmitting the patch -- I think this one's a little bit better than my first attempt. I only change the value of loops / benchtime -- keywords: +patch Added file: http://bugs.python.org/file10854/pystone.py.patch _

[issue3319] pystone.main(10) causes ZeroDivisionError

2008-07-08 Thread Michael Patrick O'Keefe
Changes by Michael Patrick O'Keefe <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10853/pystone_patch.txt ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3319] pystone.main(10) causes ZeroDivisionError

2008-07-08 Thread Michael Patrick O'Keefe
New submission from Michael Patrick O'Keefe <[EMAIL PROTECTED]>: The following call results in a ZeroDivisionError in python 2.5.2 and python 3.0 alpha 3 (I presume this is also an issue for Python 2.6 but I can't explicitly confirm): >>> from test import pystone >>> pystone.main(10) Traceback (