Changes by Michael Patrick O'Keefe <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file10866/pystone_err.py
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
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.
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
co
Changes by Michael Patrick O'Keefe <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10854/pystone.py.patch
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
Changes by Michael Patrick O'Keefe <[EMAIL PROTECTED]>:
--
nosy: +mokeefe
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1276>
___
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/file1
Changes by Michael Patrick O'Keefe <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10853/pystone_patch.txt
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
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
>&