[issue15726] PyState_FindModule false length-comparison fix

2012-09-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: Oops, sorry, that was a mistake. -- resolution: invalid - fixed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15726 ___

[issue15726] PyState_FindModule false length-comparison fix

2012-09-09 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Antoine, you applied a patch, but market this issue as invalid. What that a mistake?. Should it be closed?. -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15726

[issue15726] PyState_FindModule false length-comparison fix

2012-09-09 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I meant fixed. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15726 ___ ___ Python-bugs-list mailing list

[issue15726] PyState_FindModule false length-comparison fix

2012-08-20 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- resolution: - invalid stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15726 ___

[issue15726] PyState_FindModule false length-comparison fix

2012-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset b96a4b1e7ecb by Antoine Pitrou in branch '3.2': Issue #15726: Fix incorrect bounds checking in PyState_FindModule. http://hg.python.org/cpython/rev/b96a4b1e7ecb New changeset 7789111afe05 by Antoine Pitrou in branch 'default': Issue #15726: Fix

[issue15726] PyState_FindModule false length-comparison fix

2012-08-19 Thread Robin Schreiber
New submission from Robin Schreiber: Fixed wrong list-length comparison in PyState_FindModule. -- components: Interpreter Core files: PyState_FindModule_LE_fix.patch keywords: patch messages: 168572 nosy: Robin.Schreiber priority: normal severity: normal status: open title:

[issue15726] PyState_FindModule false length-comparison fix

2012-08-19 Thread Robin Schreiber
Changes by Robin Schreiber robin.schrei...@me.com: -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15726 ___ ___ Python-bugs-list

[issue15726] PyState_FindModule false length-comparison fix

2012-08-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks good to me, thank you. -- nosy: +pitrou stage: - patch review versions: +Python 3.2, Python 3.3 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15726