diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-06 11:28:45 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-06 11:28:45 -0500 |
commit | cec6a61d303f26c2ca2e7cadf5970f4dff18dc27 (patch) | |
tree | 201bfc69ec55039a829407dc7ae94fc8a3a4407a /Objects/exceptions.c | |
parent | 2c8bf04308a078cc8c24dfe16afa816efebeb2da (diff) | |
download | cpython-git-cec6a61d303f26c2ca2e7cadf5970f4dff18dc27.tar.gz |
bltinmod is borrowed, so it shouldn't be decrefed
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 2657185649..be5529460d 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2210,7 +2210,6 @@ _PyExc_Init(void) Py_DECREF(args_tuple); } - Py_DECREF(bltinmod); } void |