Fix #6448: autodoc: crashed when autodocumenting classes with __slots__ = None

This commit is contained in:
Takeshi KOMIYA 2019-06-05 22:28:39 +09:00
parent e3321bb3a9
commit 2f93300920

View File

@ -16,6 +16,8 @@ Features added
Bugs fixed
----------
* #6448: autodoc: crashed when autodocumenting classes with ``__slots__ = None``
Testing
--------