| commit | 993952bfb292dba03d19acd1d1859ec4e2e3b003 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue May 21 22:44:20 1996 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue May 21 22:44:20 1996 +0000 |
| tree | 2ece1d7a572802af9c8098a1ee54a3471b28bcf2 | |
| parent | 422cc7ffecf6c0aaeefd7b6da4514b263d8666a2 [diff] |
Fix obscure bug in string%mapping where the mapping creates its items on the fly -- there was an unsafe DECREF. Actually save some lines of code by using abstract.c:PyObject_GetItem().