]> granicus.if.org Git - python/commit
Jim Fulton writes:
authorGuido van Rossum <guido@python.org>
Thu, 22 Oct 1998 15:46:50 +0000 (15:46 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Oct 1998 15:46:50 +0000 (15:46 +0000)
commit66468568df6e9e56b914b15f36dc091f81117150
tree1d0d4e7203274be6ed6131612cc497cce65cd716
parentcdcbd1f02bfbf80bb8d0a93ce91a640404f0304b
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.
"""
Python/import.c