Marius Gedminas added the comment:

If you're curious where this happens in real life, py.test's 
CaptureManager.deactivate_funcargs() does

    self.__dict__.pop("_capfuncarg", None)

and I found it by running 'tox -e py36' on https://github.com/mgedmin/eazysvn

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28894>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to