mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
2a2940e5c3
* 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.
Miscellaneous source files for the main Python shared library