[issue1539] test_collections: failing refleak test

2007-12-05 Thread Christian Heimes
Christian Heimes added the comment: Fixed in r59349 Good work Amaury! :) -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1539] test_collections: failing refleak test

2007-12-05 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I found indeed 2 problems in regrtest.py. I don't have svn access for the moment, so I cannot provide a regular patch, so here are the changes: - The line obj._abc_registry = abcs.get(obj, {}).copy() incorrectly puts an empty dictionary in _abc_registr

[issue1539] test_collections: failing refleak test

2007-12-04 Thread Guido van Rossum
Changes by Guido van Rossum: -- priority: normal -> high __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1539] test_collections: failing refleak test

2007-12-02 Thread Christian Heimes
New submission from Christian Heimes: The refleak tests of test_collections are broken. I fear that my changes to regrtest.py have cause the problem but I don't understand why it's broken. Can you have a look please? -- assignee: gvanrossum components: Tests keywords: py3k messages: 5808