[Python-Dev] cpython (merge 3.2 -> default): Fix the return value of set_discard (issue #10519) (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Sun Oct 30 18:20:34 CET 2011
- Previous message: [Python-Dev] Packaging and binary distributions
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Add a button to the code examples in the doc to show/hide the prompts and
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 30 Oct 2011 13:38:35 +0100 petri.lehtinen <python-checkins at python.org> wrote:
http://hg.python.org/cpython/rev/f634102aca01 changeset: 73204:f634102aca01 parent: 73201:a5c4ae15b59d parent: 73203:b643458a0108 user: Petri Lehtinen <petri at digip.org> date: Sun Oct 30 14:35:39 2011 +0200 summary: Fix the return value of setdiscard (issue #10519)
I get the following compiler warning here:
Objects/setobject.c: In function ‘set_discard’: Objects/setobject.c:1909:24: attention : unused variable ‘result’
Regards
Antoine.
- Previous message: [Python-Dev] Packaging and binary distributions
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Add a button to the code examples in the doc to show/hide the prompts and
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]