[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 (most

[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] http://bugs.python.org/issue3319

[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

[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2008-07-08 Thread Michael Patrick O'Keefe
Changes by Michael Patrick O'Keefe [EMAIL PROTECTED]: -- nosy: +mokeefe ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue1276 ___ ___ Python-bugs-list

[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] http://bugs.python.org/issue3319

[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

[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] http://bugs.python.org/issue3319

[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] http://bugs.python.org/issue3319