]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Little fixes:
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 21 Mar 2007 04:45:04 +0000 (04:45 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 21 Mar 2007 04:45:04 +0000 (04:45 +0000)
commit7d71fb8132d1ce0c49ad4557b89da592120cf118
tree154c2d228325c3b6bfa6d95310972dcd3df9f6d7
parent670e6921349dd408b6958a0c5d3b1486725f9beb
Little fixes:
 * make some module variables static to prevent name pollution
 * Add some comments to clarify what's going on and some XXXs to address
 * Add a space after "for" before (
 * exc_value and tb can be NULL in some cases
 * Get working on Windows (I think)
Modules/atexitmodule.c
PC/config.c