cpython/Misc/NEWS.d/next
Miss Islington (bot) 0f161b3079
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
* Compiling a string annotation containing a lambda with keyword-only
argument without default value caused a crash.

* Remove the final "*" (it is incorrect syntax) in the representation of
lambda without *args and keyword-only arguments when compile from AST.

* Improve the representation of lambda without arguments.
(cherry picked from commit 2a2940e5c3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-09-30 11:19:15 -07:00
..
Build 3.7.1rc1 2018-09-26 02:16:09 -04:00
C API 3.7.1rc1 2018-09-26 02:16:09 -04:00
Core and Builtins bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) 2018-09-30 11:19:15 -07:00
Documentation 3.7.1rc1 2018-09-26 02:16:09 -04:00
IDLE 3.7.1rc1 2018-09-26 02:16:09 -04:00
Library bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599) 2018-09-27 04:46:38 -07:00
Security 3.7.1rc1 2018-09-26 02:16:09 -04:00
Tests 3.7.1rc1 2018-09-26 02:16:09 -04:00
Tools-Demos 3.7.1rc1 2018-09-26 02:16:09 -04:00
Windows 3.7.1rc1 2018-09-26 02:16:09 -04:00
macOS 3.7.1rc1 2018-09-26 02:16:09 -04:00