From 862a3836cec5a0a1b882ee4448cce0ff69753fe4 Mon Sep 17 00:00:00 2001 From: Ammar Askar Date: Sun, 9 May 2021 14:10:58 -0400 Subject: [PATCH] PEP 657: Fix incorrect percentage for standard library pyc size increase (#1953) --- pep-0657.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0657.rst b/pep-0657.rst index 0ff80e771..5428e1283 100644 --- a/pep-0657.rst +++ b/pep-0657.rst @@ -153,7 +153,7 @@ end offset) for every bytecode instruction. As an illustrative example to gauge the impact of this change, we have calculated that this change will increase the size of the standard library’s -pyc files by 22% (6MB) from 70MB to 76MB. The overhead in memory usage will be +pyc files by 22% (6MB) from 28.4MB to 34.7MB. The overhead in memory usage will be the same (assuming the *full standard library* is loaded into the same program). We believe that this is a very acceptable number since the order of magnitude of the overhead is very small, especially considering the storage