[issue22156] Fix compiler warnings comparison between signed and unsigned integers

2014-08-16 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

I'm not sure about _tracemalloc.c. May be make MAX_NFRAME an int would be 
simpler? Other changes LGTM.

--

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



[issue22156] Fix compiler warnings comparison between signed and unsigned integers

2014-08-16 Thread Roundup Robot

Roundup Robot added the comment:

New changeset a318a5ab91fe by Victor Stinner in branch 'default':
Issue #22156: simplify _tracemalloc.c, use an int for the MAX_NFRAME constant
http://hg.python.org/cpython/rev/a318a5ab91fe

--

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



[issue22156] Fix compiler warnings comparison between signed and unsigned integers

2014-08-16 Thread STINNER Victor

STINNER Victor added the comment:

 I'm not sure about _tracemalloc.c. May be make MAX_NFRAME an int would be 
 simpler?

Ok, I agree, I changed it.

--

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



[issue22156] Fix compiler warnings comparison between signed and unsigned integers

2014-08-15 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
title: Fix compiler warnings - Fix compiler warnings comparison between 
signed and unsigned integers

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



[issue22156] Fix compiler warnings comparison between signed and unsigned integers

2014-08-15 Thread Roundup Robot

Roundup Robot added the comment:

New changeset e831a98b3f43 by Victor Stinner in branch 'default':
Issue #22156: Fix some comparison between signed and unsigned integers
http://hg.python.org/cpython/rev/e831a98b3f43

--

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



[issue22156] Fix compiler warnings comparison between signed and unsigned integers

2014-08-15 Thread STINNER Victor

STINNER Victor added the comment:

Ok, I fixed many warnings in this issue. I will open new issues for other 
warnings.

--
resolution:  - fixed
status: open - closed

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