Fix #7151: crashed when extension assigns a value to `env.indexentries`

This commit is contained in:
Takeshi KOMIYA
2020-02-16 02:11:13 +09:00
parent 1339948dce
commit 151b4afde2
2 changed files with 9 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ Bugs fixed
* #7138: autodoc: ``autodoc.typehints`` crashed when variable has unbound object
as a value
* #7156: autodoc: separator for keyword only arguments is not shown
* #7151: crashed when extension assigns a value to ``env.indexentries``
Testing
--------