I am wondering if it can be reviewed and feedback given on a way forward. Thank you, -Alfred _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/DQTVEJGORWXPBLXG2P5S6YZBLCEL2DG3/ Code of Conduct: http://python.org/psf/codeofconduct/
Hello, a while back we hit a bug with doctest and mock.call that
confused a few people on our team for a while.
I dug into fixing it and made doctest more defensive around
un-unwrappable calls.
I submitted a PR (https://github.com/python/cpython/pull/22981) for an
Issue (https://bugs.python.org/issue35753) back in October 25, 2020
which got some review, and then have not heard for several months.