[issue13002] peephole.c: unused parameter

2011-09-21 Thread Stefan Krah
Stefan Krah added the comment: Thanks for checking the patch! Closing this now. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue13002] peephole.c: unused parameter

2011-09-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 573d73e62bbc by Stefan Krah in branch 'default': Issue #13002: Fix Visual Studio warning (not enough actual parameters). http://hg.python.org/cpython/rev/573d73e62bbc -- nosy: +python-dev ___ Python trac

[issue13002] peephole.c: unused parameter

2011-09-17 Thread Meador Inge
Meador Inge added the comment: Looks like it was checked in that way (http://hg.python.org/cpython/rev/14205d0fee45). Patch looks good to me. -- nosy: +meadori ___ Python tracker

[issue13002] peephole.c: unused parameter

2011-09-17 Thread Stefan Krah
New submission from Stefan Krah : peephole.c: CONST_STACK_TOP(x) has an unused parameter. -- components: Interpreter Core files: peephole_unused_parameter.diff keywords: patch messages: 144189 nosy: skrah priority: normal severity: normal stage: patch review status: open title: peephole.