[issue28086] test.test_getargs2.TupleSubclass test failure

Serhiy Storchaka report at bugs.python.org
Mon Sep 12 01:00:27 EDT 2016


Serhiy Storchaka added the comment:

Thank you for making buildbots green Steve.

The intent of 51b635e81958 was avoiding needless copying. But this caused to leaking tuple subtype in case of single var-positional argument without other positional arguments. The intent of tests was checking that tuple subtype is not leaked to called function. There is a bug, but I need to find the place where tuple subtype should be converted to tuple without needless hitting performance.

----------
assignee:  -> serhiy.storchaka
components: +Interpreter Core
stage: commit review -> needs patch
versions: +Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28086>
_______________________________________


More information about the Python-bugs-list mailing list