[issue22265] fix reliance on refcounting in test_itertools

2014-08-24 Thread Brian Kearns
New submission from Brian Kearns: The test fails on Python implementations with non-refcounted GCs without this line. -- files: test_itertools.patch keywords: patch messages: 225835 nosy: bdkearns priority: normal severity: normal status: open title: fix reliance on refcounting in

[issue22265] fix reliance on refcounting in test_itertools

2014-08-24 Thread Brian Kearns
Brian Kearns added the comment: Should go on py3k branches too... -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22265 ___ ___ Python-bugs-list

[issue22265] fix reliance on refcounting in test_itertools

2014-08-24 Thread Alex Gaynor
Changes by Alex Gaynor alex.gay...@gmail.com: -- nosy: +alex ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22265 ___ ___ Python-bugs-list mailing

[issue22265] fix reliance on refcounting in test_itertools

2014-08-24 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22265 ___ ___

[issue22265] fix reliance on refcounting in test_itertools

2014-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset a91f8766f755 by Benjamin Peterson in branch '2.7': allow test to work on implementations not using ref-counting (closes #22265) http://hg.python.org/cpython/rev/a91f8766f755 New changeset e6bb59b6b85c by Benjamin Peterson in branch '3.4': allow