[issue13002] peephole.c: unused parameter

2011-09-21 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za 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 tracker rep...@bugs.python.org
http://bugs.python.org/issue13002
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13002] peephole.c: unused parameter

2011-09-21 Thread Stefan Krah

Stefan Krah stefan-use...@bytereef.org added the comment:

Thanks for checking the patch! Closing this now.

--
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13002
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13002] peephole.c: unused parameter

2011-09-17 Thread Stefan Krah

New submission from Stefan Krah stefan-use...@bytereef.org:

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.c: unused parameter
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file23183/peephole_unused_parameter.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13002
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13002] peephole.c: unused parameter

2011-09-17 Thread Meador Inge

Meador Inge mead...@gmail.com 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 rep...@bugs.python.org
http://bugs.python.org/issue13002
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com