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 peterdemin
Recipients peterdemin
Date 2018-03-22.16:15:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521735331.08.0.467229070634.issue33120@psf.upfronthosting.co.za>
In-reply-to
Content
I see two options to fix it:

1) add recursion depth check to inspect.wrap
2) define __wrapped__ on mock._Call so it won't go into recursion.
History
Date User Action Args
2018-03-22 16:15:31peterdeminsetrecipients: + peterdemin
2018-03-22 16:15:31peterdeminsetmessageid: <1521735331.08.0.467229070634.issue33120@psf.upfronthosting.co.za>
2018-03-22 16:15:31peterdeminlinkissue33120 messages
2018-03-22 16:15:31peterdemincreate