[issue19607] Use specific asserts in weakref tests

2013-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset d187eae08b8a by Serhiy Storchaka in branch '3.3': Issue #19607: Use specific asserts in weakref tests. http://hg.python.org/cpython/rev/d187eae08b8a New changeset 8deab371850b by Serhiy Storchaka in branch 'default': Issue #19607: Use specific

[issue19607] Use specific asserts in weakref tests

2013-11-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: - serhiy.storchaka resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19607

[issue19607] Use specific asserts in weakref tests

2013-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM (I left a comment on rietveld). -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19607 ___

[issue19607] Use specific asserts in weakref tests

2013-11-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the weakref module tests use more specific asserts. This will provide more useful failure report. -- components: Tests files: test_weakref_asserts.patch keywords: patch messages: 202932 nosy: fdrake, pitrou,