commit | 7802a53e38399e8df647f0633f18658b7bb1be4a | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Thu Dec 06 15:18:48 2001 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Thu Dec 06 15:18:48 2001 +0000 |
tree | 5fd7636a82cd20d811b77819fce9acb9e85281b9 | |
parent | 2554dd993a86c7914bd7159c96b6517590a58561 [diff] |
Little stuff. Add a missing DECREF in an obscure corner. If the str() or repr() of an object passed to a string interpolation -- e.g. "%s" % obj -- returns a non-string, the returned object was leaked. Repair an indentation glitch. Replace a bunch of PyString_AsString() calls (and their ilk) with macros.