]> granicus.if.org Git - python/commit
SF bug #541883 (Vincent Fiack).
authorGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 01:03:30 +0000 (01:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 01:03:30 +0000 (01:03 +0000)
commitb6b8942f5302e76178833dc33596b892fef8f85f
treebde257ab4106418ac00ed521c81e68ff0781004a
parentd1c08f33f2915d101c75c8937806bc27496b3463
SF bug #541883 (Vincent Fiack).

A stupid bug in object_set_class(): didn't check for value==NULL
before checking its type.

Bugfix candidate.
Lib/test/test_descr.py
Objects/typeobject.c