]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove code to initialize globals that are never used.
authorFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 18:34:03 +0000 (18:34 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 18:34:03 +0000 (18:34 +0000)
commit2c7a6851edb9f56cbfc6e92259ff34f73e811601
tree658efdde728beca4e518d9fbca037ea8655b22fb
parentc32cc7c11dfde9e464760052f8e8a6688d3c67f5
Remove code to initialize globals that are never used.
Add some casts to quiet warnings from an unspecified non-GCC compiler.

This closes SF patch #436258.
Modules/cPickle.c