]> granicus.if.org Git - python/commit
Fix:
authorMichael W. Hudson <mwh@python.net>
Tue, 12 Jul 2005 10:21:19 +0000 (10:21 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 12 Jul 2005 10:21:19 +0000 (10:21 +0000)
commit0edc7a03e2505c4e9b3186f8b6caa18a7b3988e2
treec192e6bf89c8bcbcdd869a01bbec4cc3981a1f6a
parent208eec2cad5dcfdd7fe2c8fa706ec5e89533c87d
Fix:

1229429 ] missing Py_DECREF in PyObject_CallMethod

Add a test in test_enumerate, which is a bit random, but suffices
(reversed_new calls PyObject_CallMethod under some circumstances).
Lib/test/test_enumerate.py
Misc/NEWS
Objects/abstract.c