]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Create code string with initial size of 1000 instead of 0.
authorGuido van Rossum <guido@python.org>
Wed, 3 Apr 1991 19:00:23 +0000 (19:00 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Apr 1991 19:00:23 +0000 (19:00 +0000)
commit62d4624ea39b25a1b76d354486a52ef653a4aec0
treeb97202f722655f818429bfbb39817347e88271e2
parentb8824952cb616bdb1b60bcf9fb3b486e91c7d42b
Create code string with initial size of 1000 instead of 0.
Python/compile.c