[issue30074] compile warnings of _PySlice_Unpack in 2.7

2017-04-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for pointing on this and for your review Xiang! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker _

[issue30074] compile warnings of _PySlice_Unpack in 2.7

2017-04-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 5e79321742cb3af2184d22e2148c6756cade1864 by Serhiy Storchaka in branch '2.7': bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) https://github.com/python/cpython/commit/5e79321742cb3af2184d22e2148c6756cade1864 -

[issue30074] compile warnings of _PySlice_Unpack in 2.7

2017-04-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1285 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30074] compile warnings of _PySlice_Unpack in 2.7

2017-04-15 Thread Xiang Zhang
New submission from Xiang Zhang: Compile 2.7 now get many warning about _PySlice_Unpack, not in 3.x. See an example: http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%202.7/builds/109/steps/compile/logs/warnings%20%2822%29. -- messages: 291708 nosy: serhiy.storchaka, xiang.