]> granicus.if.org Git - python/commit
Fix for rather inaccurately titled bug
authorMichael W. Hudson <mwh@python.net>
Wed, 30 Mar 2005 16:32:10 +0000 (16:32 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 30 Mar 2005 16:32:10 +0000 (16:32 +0000)
commite2749cb264576d97533a85fba1396099606bc986
tree1518a9aae55370c93f5627ec13e1017d2fefe4c7
parent5c473559e56ad1990b4f2e439d0a5b1d3d4f67fc
Fix for rather inaccurately titled bug

1165306 ] Property access with decorator makes interpreter crash

Don't allow the creation of unbound methods with NULL im_class, because
attempting to call such crashes.

Backport candidate.
Lib/test/test_new.py
Objects/classobject.c