[issue25414] Bypass unnecessary size limit test from deques on builds with 64-bit numbers

2015-10-17 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue25414] Bypass unnecessary size limit test from deques on builds with 64-bit numbers

2015-10-16 Thread Raymond Hettinger
Changes by Raymond Hettinger : Added file: http://bugs.python.org/file40793/deque_limit_remove.diff ___ Python tracker ___

[issue25414] Bypass unnecessary size limit test from deques on builds with 64-bit numbers

2015-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1733b3bd46db by Raymond Hettinger in branch 'default': Issue #25414: Remove unnecessary tests that can never succeed. https://hg.python.org/cpython/rev/1733b3bd46db -- nosy: +python-dev ___ Python

[issue25414] Bypass unnecessary size limit test from deques on builds with 64-bit numbers

2015-10-15 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- components: +Extension Modules keywords: +patch stage: -> patch review title: Drop unnecessary size limit test from deques on builds with 64-bit numbers -> Bypass unnecessary size limit test from deques on builds with

[issue25414] Bypass unnecessary size limit test from deques on builds with 64-bit numbers

2015-10-15 Thread Raymond Hettinger
Changes by Raymond Hettinger : Added file: http://bugs.python.org/file40790/deque_limit_test.diff ___ Python tracker ___