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 terry.reedy
Recipients peterdemin, ppperry, terry.reedy
Date 2018-03-24.01:26:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521854814.03.0.467229070634.issue33120@psf.upfronthosting.co.za>
In-reply-to
Content
Peter, please include x.y.z version with reports (and upgrade first if possible ;-).  This was apparently fixed in #25532 last year for current versions.  With 3.6.4 and 3.7.0b2 I get
Traceback (most recent call last):
  File "F:\Python\a\tem2.py", line 3, in <module>
    print(inspect.unwrap(unittest.mock.call))
  File "C:\Programs\Python37\lib\inspect.py", line 515, in unwrap
    raise ValueError('wrapper loop when unwrapping {!r}'.format(f))
ValueError: wrapper loop when unwrapping call
History
Date User Action Args
2018-03-24 01:26:54terry.reedysetrecipients: + terry.reedy, peterdemin, ppperry
2018-03-24 01:26:54terry.reedysetmessageid: <1521854814.03.0.467229070634.issue33120@psf.upfronthosting.co.za>
2018-03-24 01:26:53terry.reedylinkissue33120 messages
2018-03-24 01:26:52terry.reedycreate