]> granicus.if.org Git - python/commit
turn some checks into assertions, since they are implied by the caller
authorBenjamin Peterson <benjamin@python.org>
Mon, 17 Jan 2011 19:24:34 +0000 (19:24 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 17 Jan 2011 19:24:34 +0000 (19:24 +0000)
commit67641d25d4b2ba4f49fb597cf81993333e9b0750
treea83d7bdf9b872f7b4a50667769decf81cb2e7901
parent83a682da305acc8a285dc21d7f826ad2a8ad322b
turn some checks into assertions, since they are implied by the caller

Reviewed by Georg.
Objects/typeobject.c