From 8598fc1eb31c942699d2baaa7a517b430f724131 Mon Sep 17 00:00:00 2001 From: KH Date: Sat, 2 Sep 2023 16:21:56 +0900 Subject: [PATCH 1/3] fix a typo --- Tools/build/umarshal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/build/umarshal.py b/Tools/build/umarshal.py index e05d93cf23c921..478b62c94899ed 100644 --- a/Tools/build/umarshal.py +++ b/Tools/build/umarshal.py @@ -1,4 +1,4 @@ -# Implementat marshal.loads() in pure Python +# Implement marshal.loads() in pure Python import ast From 648e4aa3810b04e00ed9ff696c9fd75eefb23a75 Mon Sep 17 00:00:00 2001 From: Kumar Aditya Date: Wed, 6 Sep 2023 14:06:33 +0530 Subject: [PATCH 2/3] Update Tools/build/umarshal.py --- Tools/build/umarshal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/build/umarshal.py b/Tools/build/umarshal.py index 478b62c94899ed..900dbfb24e8334 100644 --- a/Tools/build/umarshal.py +++ b/Tools/build/umarshal.py @@ -1,4 +1,4 @@ -# Implement marshal.loads() in pure Python +# Implemention of marshal.loads() in pure Python import ast From 12b8d54fe245346cc4a99ed8884d300af76cdb51 Mon Sep 17 00:00:00 2001 From: Kumar Aditya Date: Wed, 6 Sep 2023 14:06:53 +0530 Subject: [PATCH 3/3] Update Tools/build/umarshal.py --- Tools/build/umarshal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/build/umarshal.py b/Tools/build/umarshal.py index 900dbfb24e8334..8198a1780b8dad 100644 --- a/Tools/build/umarshal.py +++ b/Tools/build/umarshal.py @@ -1,4 +1,4 @@ -# Implemention of marshal.loads() in pure Python +# Implementation of marshal.loads() in pure Python import ast