]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport gvanrossum's patch:
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Apr 2002 05:10:58 +0000 (05:10 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 18 Apr 2002 05:10:58 +0000 (05:10 +0000)
commit3de8a96217d9ef80ac4eb196729eb14f3f638610
tree888ab417912aade93d0f09a1db61284ee9cffc93
parent1b2f63d2a74f5c6daef021000bc5a03ccb79d7e3
backport gvanrossum's patch:

SF bug #541883 (Vincent Fiack).

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

Bugfix candidate.

Original patches were:
python/dist/src/Lib/test/test_descr.py:1.129
Lib/test/test_descr.py