]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport my checkin of revision 2.264 of Python/compile.c:
authorMichael W. Hudson <mwh@python.net>
Mon, 7 Oct 2002 11:30:07 +0000 (11:30 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 7 Oct 2002 11:30:07 +0000 (11:30 +0000)
commit51e80dfd0201df9faff34774dece3ae92550657d
tree4adabfcf70c4bd2059cef0791865bbe696d293f3
parentc01f360a4a166afdc4f4ab67167ba41d68aed170
Backport my checkin of revision 2.264 of Python/compile.c:

Clamp code objects' tp_compare result to [-1, 1].

Bugfix candidate.
Python/compile.c