This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: compiler warnings about formatting pid_t as an int
Type: Stage: commit review
Components: Extension Modules Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, georg.brandl, jcea
Priority: release blocker Keywords: easy

Created on 2010-11-22 18:21 by jcea, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg122152 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2010-11-22 18:21
In r85679 Greorg committed a trivial patch to avoid a compiler warning.

I request this (single line fix) to be backported to 2.7.

My argument is that 2.7 is going to be live for quite long, the fix is trivial, it is already in use in Py3k branch, and we would have a perfect clean buildbot report.

For instance: http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%202.7/builds/17/steps/compile/logs/warnings%20%281%29

I mark this as a release blocker to raise attention of the maintainer, since we are in release candidate already.
msg122188 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2010-11-23 02:16
Python 3.1 affected also.
msg122202 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-11-23 08:00
Well, I can't see a problem with it.  Backported in r86706, r86707.
History
Date User Action Args
2022-04-11 14:57:09adminsetnosy: + benjamin.peterson
github: 54717
2010-11-23 08:00:54georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg122202
2010-11-23 02:16:54jceasetmessages: + msg122188
versions: + Python 3.1
2010-11-22 18:21:30jceacreate