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

In one of the error branches PyLong_AsSize_t() returns (unsigned long)-1
instead of (size_t)-1.

----------
components: Interpreter Core
files: pylong_as_size_t.diff
keywords: patch
messages: 143896
nosy: mark.dickinson, skrah
priority: normal
severity: normal
stage: patch review
status: open
title: PyLong_AsSize_t returns (unsigned long)-1
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file23130/pylong_as_size_t.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12963>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to