diff options
| author | Benjamin Peterson <benjamin@python.org> | 2012-02-06 16:28:45 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2012-02-06 16:28:45 (GMT) |
| commit | cec6a61d303f26c2ca2e7cadf5970f4dff18dc27 (patch) | |
| tree | 201bfc69ec55039a829407dc7ae94fc8a3a4407a /Objects/exceptions.c | |
| parent | 2c8bf04308a078cc8c24dfe16afa816efebeb2da (diff) | |
| download | cpython-cec6a61d303f26c2ca2e7cadf5970f4dff18dc27.zip cpython-cec6a61d303f26c2ca2e7cadf5970f4dff18dc27.tar.gz cpython-cec6a61d303f26c2ca2e7cadf5970f4dff18dc27.tar.bz2 | |
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 2657185..be55294 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -2210,7 +2210,6 @@ _PyExc_Init(void) Py_DECREF(args_tuple); } - Py_DECREF(bltinmod); } void |
