commit | 66468568df6e9e56b914b15f36dc091f81117150 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Oct 22 15:46:50 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Oct 22 15:46:50 1998 +0000 |
tree | 1d0d4e7203274be6ed6131612cc497cce65cd716 | |
parent | cdcbd1f02bfbf80bb8d0a93ce91a640404f0304b [diff] |
Jim Fulton writes: """ I had originally not realized that PyEval_GetGlobals did not INCREF it's return value. The fix is to add the INCREF, as shown below. """