[issue17228] Building without PYMALLOC fails

2013-02-20 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 470350fd2831 by Benjamin Peterson in branch '3.3':
fix building without pymalloc (closes #17228)
http://hg.python.org/cpython/rev/470350fd2831

New changeset 67fa0643751d by Benjamin Peterson in branch '2.7':
fix building without pymalloc (closes #17228)
http://hg.python.org/cpython/rev/67fa0643751d

New changeset ea4a36c667ce by Benjamin Peterson in branch 'default':
merge 3.3 (#17228)
http://hg.python.org/cpython/rev/ea4a36c667ce

--
nosy: +python-dev
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

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



[issue17228] Building without PYMALLOC fails

2013-02-19 Thread Dirkjan Ochtman

Changes by Dirkjan Ochtman dirk...@ochtman.nl:


--
nosy: +hynek, ned.deily, ronaldoussoren

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



[issue17228] Building without PYMALLOC fails

2013-02-19 Thread Dirkjan Ochtman

Changes by Dirkjan Ochtman dirk...@ochtman.nl:


--
nosy: +djc

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



[issue17228] Building without PYMALLOC fails

2013-02-19 Thread Brett Cannon

Brett Cannon added the comment:

Why not define uint for the whole file regardless of PYMALLOC?

--
nosy: +brett.cannon

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



[issue17228] Building without PYMALLOC fails

2013-02-18 Thread Richard Yao

New submission from Richard Yao:

The preprocessor definition for uint is only defined when building with 
PYMALLOC, which breaks builds without PYMALLOC. There is a Gentoo bug report on 
this issue:

https://bugs.gentoo.org/show_bug.cgi?id=458168

I have attached a patch that I wrote that resolves this.

--
components: Build
files: python-3.3.0-rename-uint.patch
keywords: patch
messages: 182340
nosy: ryao
priority: normal
severity: normal
status: open
title: Building without PYMALLOC fails
type: compile error
versions: Python 3.3
Added file: http://bugs.python.org/file29118/python-3.3.0-rename-uint.patch

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