From 8b336112f75e865179e5875d3ac9447565f3de8c Mon Sep 17 00:00:00 2001 From: Pablo Galindo Salgado Date: Tue, 5 Jul 2022 23:56:41 +0100 Subject: [PATCH] Revert "bpo-45445: Remove incorrectly commited test file (GH-28972)" This reverts commit 79bc5e1dc6f87149240bded3654574b24168f1ac. --- test_foo.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test_foo.py diff --git a/test_foo.py b/test_foo.py new file mode 100644 index 00000000000000..a27be0fdb47a69 --- /dev/null +++ b/test_foo.py @@ -0,0 +1,3 @@ +def foo(a=3, *, c, d=2): + pass +foo()