commit | e2749cb264576d97533a85fba1396099606bc986 | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Wed Mar 30 16:32:10 2005 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Wed Mar 30 16:32:10 2005 +0000 |
tree | 1518a9aae55370c93f5627ec13e1017d2fefe4c7 | |
parent | 5c473559e56ad1990b4f2e439d0a5b1d3d4f67fc [diff] |
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.