[issue46761] functools.update_wrapper breaks the signature of functools.partial objects

Ofey Chan report at bugs.python.org
Mon Feb 28 01:07:59 EST 2022


Ofey Chan <ofey206 at gmail.com> added the comment:

> Maybe we can loop in someone who works on a popular runtime function introspection library (FastAPI, Pydantic) to see if they have any take on it.

I've checked issues of FastAPI and Pydantic. There is only one issue about `update_wrapper()`, and it's about documentation generation:

https://github.com/samuelcolvin/pydantic/issues/1032

Would it be proper to open an issue under FastAPI and Pydantic, to describe the situation, and collect their feedbacks?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46761>
_______________________________________


More information about the Python-bugs-list mailing list