[issue26486] Backport some tests to 2.7

2016-03-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Martin. This test just doesn't work in 2.7 on all platforms. -- status: open -> closed ___ Python tracker ___

[issue26486] Backport some tests to 2.7

2016-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ff2368d5c1d3 by Serhiy Storchaka in branch '2.7': Issue #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform. https://hg.python.org/cpython/rev/ff2368d5c1d3 -- ___ Python tracker

[issue26486] Backport some tests to 2.7

2016-03-07 Thread Martin Panter
Martin Panter added the comment: I suspect this change is causing some buildbot failures (and failures on my computer). E.g. . == FAIL:

[issue26486] Backport some tests to 2.7

2016-03-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue26486] Backport some tests to 2.7

2016-03-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset ea5d01c7997e by Serhiy Storchaka in branch '2.7': Issue #26486: Backported some pickle tests from 3.x. https://hg.python.org/cpython/rev/ea5d01c7997e -- nosy: +python-dev ___ Python tracker

[issue26486] Backport some tests to 2.7

2016-03-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 These tests may well provide early detection of backport errors. -- nosy: +rhettinger ___ Python tracker ___

[issue26486] Backport some tests to 2.7

2016-03-05 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch backports some tests that makes sense for 2.7 from 3.x. This adds more assurance that we will not break anything in 2.7 bug fix and didn't break the compatibility unintentionally. -- components: Tests files: