[New-bugs-announce] [issue17228] Building without PYMALLOC fails

Richard Yao report at bugs.python.org
Mon Feb 18 21:26:17 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17228>
_______________________________________


More information about the New-bugs-announce mailing list