This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mgedmin
Recipients mgedmin
Date 2016-12-07.14:48:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481122125.76.0.323737235047.issue28894@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-12-07 14:48:45mgedminsetrecipients: + mgedmin
2016-12-07 14:48:45mgedminsetmessageid: <1481122125.76.0.323737235047.issue28894@psf.upfronthosting.co.za>
2016-12-07 14:48:45mgedminlinkissue28894 messages
2016-12-07 14:48:45mgedmincreate