]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 3 Jan 2020 05:21:18 +0000 (22:21 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2020 05:21:18 +0000 (22:21 -0700)
commit4fcf5c12a37a8d3d8d6303c44c223dbc8d568cfd
tree5260051ef84fd7137a5ff12d90d4906cca9f5a32
parent32f1443aa98db769d87db497b45bd0dcb732445b
bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)
Doc/library/ast.rst
Lib/ast.py
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2019-12-29-15-44-38.bpo-39158.cxVoOR.rst [new file with mode: 0644]