Merge pull request #10136 from tk0miya/10133_autodoc_mocked_module

Fix #10133: autodoc: Crashed when mocked module is used for type annotation
This commit is contained in:
Takeshi KOMIYA
2022-01-30 23:35:54 +09:00
committed by GitHub
4 changed files with 19 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ Features added
Bugs fixed
----------
* #10133: autodoc: Crashed when mocked module is used for type annotation
Testing
--------