]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
move coerce() from bltinmodule.c to object.c and implement builtin_coerce() differently
authorGuido van Rossum <guido@python.org>
Tue, 10 Jan 1995 15:26:20 +0000 (15:26 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jan 1995 15:26:20 +0000 (15:26 +0000)
commit5524a59b0930638413ab44b150a3e66818a34cf9
treec33deeb26fb8eed084b3906faebf83ebe1a0bd7e
parent879c581826ec9c0356dbf137cface7a27f51810c
move coerce() from bltinmodule.c to object.c and implement builtin_coerce() differently
Objects/object.c
Python/bltinmodule.c