[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 ___ ___ Python-b

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[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

[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 inco

[issue15726] PyState_FindModule false length-comparison fix

2012-08-20 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> invalid stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[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 ___ _

[issue15726] PyState_FindModule false length-comparison fix

2012-08-19 Thread Robin Schreiber
Changes by Robin Schreiber : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[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: PyState_FindM