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, mariocj89, michael.foord
Date 2018-11-30.07:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543564537.68.0.788709270274.issue35357@psf.upfronthosting.co.za>
In-reply-to
Content
While working on https://bugs.python.org/issue35226, I stumbled upon this:

>>> from unittest.mock import call
>>> call.parent()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'NoneType' object is not callable

Guess we need to make .parent and friends more uniquely named ;-)
History
Date User Action Args
2018-11-30 07:55:37cjw296setrecipients: + cjw296, michael.foord, mariocj89
2018-11-30 07:55:37cjw296setmessageid: <1543564537.68.0.788709270274.issue35357@psf.upfronthosting.co.za>
2018-11-30 07:55:37cjw296linkissue35357 messages
2018-11-30 07:55:37cjw296create