# Bug report ### Bug description: Unuse function in `functools` module: `_unwrap_partialmethod` ```python # Line 505 def _unwrap_partialmethod(func): ... ``` ### CPython versions tested on: 3.14 ### Operating systems tested on: Windows
Bug report
Bug description:
Unuse function in
functoolsmodule:_unwrap_partialmethodCPython versions tested on:
3.14
Operating systems tested on:
Windows