commit | f2581c97f202c35886e649bacccef1a46ed5dd2b | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Aug 16 23:03:57 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Aug 16 23:03:57 2000 +0000 |
tree | 36a54744788001cddaac8e27fcb7d9a770d53023 | |
parent | 239548f37da61f31206f9db912d7897431971b63 [diff] |
_PySys_Init(): Fix another Insure discovered memory leak; the PyString created from the "big"/"little" constant needs to be decref'd.