Staging
v0.5.1
Revision 0f161b307969f86b4f8f31baf38f53f5462a9874 authored by Miss Islington (bot) on 30 September 2018, 18:19:15 UTC, committed by GitHub on 30 September 2018, 18:19:15 UTC

* 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 2a2940e5c3e6d92f4fac5e9d361a1e224bb2f12e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent b0b8f9b
History
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 19.0 KB
python.c -rw-r--r-- 266 bytes

README

back to top