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 cjw296
Recipients cjw296, michael.foord, ncoghlan, yselivanov
Date 2015-11-01.23:50:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446421817.99.0.495650724157.issue25532@psf.upfronthosting.co.za>
In-reply-to
Content
The following results in an infinite loop:

>>> from inspect import unwrap
>>> from unittest.mock import call
>>> unwrap(call)

This can occur when you use doctest.DocTestSuite to load doc tests from a module where unittest.mock.call has been imported.
History
Date User Action Args
2015-11-01 23:50:18cjw296setrecipients: + cjw296, ncoghlan, michael.foord, yselivanov
2015-11-01 23:50:17cjw296setmessageid: <1446421817.99.0.495650724157.issue25532@psf.upfronthosting.co.za>
2015-11-01 23:50:17cjw296linkissue25532 messages
2015-11-01 23:50:17cjw296create