diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-06 11:30:05 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-06 11:30:05 -0500 |
commit | 9878b63c7c70b33ea21cd06a2c30ca1344962f02 (patch) | |
tree | f40d0e301d9d7ccbe9227ae333acbac5229f9110 /Objects/exceptions.c | |
parent | 2f8c3f7ed7efb606fa915ad1b8b183dcabf78c8f (diff) | |
parent | 1f30575713a153d5b3c558de6068bdfe1dd1a3f4 (diff) | |
download | cpython-git-9878b63c7c70b33ea21cd06a2c30ca1344962f02.tar.gz |
merge 3.2
Diffstat (limited to 'Objects/exceptions.c')
-rw-r--r-- | Objects/exceptions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c index 483ca65ba5..337b00b229 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2475,7 +2475,6 @@ _PyExc_Init(void) } } - Py_DECREF(bltinmod); } void |