Merge branch '3.1.x' into 7821_overload_builtin_function

This commit is contained in:
Takeshi KOMIYA
2020-06-13 15:24:16 +09:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ Bugs fixed
----------
* #7808: autodoc: Warnings raised on variable and attribute type annotations
* #7802: autodoc: EOFError is raised on parallel build
* #7821: autodoc: TypeError is raised for overloaded C-ext function
* #7812: autosummary: generates broken stub files if the target code contains
an attribute and module that are same name