Fix #5422: lambda object causes PicklingError on storing environment

This commit is contained in:
Takeshi KOMIYA
2018-09-14 02:05:04 +09:00
parent c8b6928300
commit c83630bd1f
2 changed files with 19 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ Bugs fixed
* #5418: Incorrect default path for sphinx-build -d/doctrees files
* #5421: autodoc emits deprecation warning for :confval:`autodoc_default_flags`
* #5422: lambda object causes PicklingError on storing environment
Testing
--------