Fix #8372: autodoc: autoclass directive became slower than Sphinx-3.2

* The result of ModuleAnalyzer.parse() is not cached
* autodoc tries to search overloaded constructor methods to the root
  class even if a definition found
This commit is contained in:
Takeshi KOMIYA
2020-11-08 22:52:22 +09:00
parent 1193d83166
commit e3eec9f0e1
3 changed files with 11 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ Features added
Bugs fixed
----------
* #8372: autodoc: autoclass directive became slower than Sphinx-3.2
* #8364: C, properly initialize attributes in empty symbols.
Testing