Fix #9838: autodoc: AttributeError is raised for lru_cache

This commit is contained in:
Takeshi KOMIYA
2021-11-12 00:44:03 +09:00
parent 8e0c7a75f8
commit ea38d96298
2 changed files with 14 additions and 2 deletions

View File

@@ -16,6 +16,9 @@ Features added
Bugs fixed
----------
* #9838: autodoc: AttributeError is raised on building document for functions
decorated by functools.lru_cache
Testing
--------