]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorMichael W. Hudson <mwh@python.net>
Thu, 31 Mar 2005 10:22:43 +0000 (10:22 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 31 Mar 2005 10:22:43 +0000 (10:22 +0000)
commit21f898741e7db155cf46ec2ed61c346d4ad14261
tree14716591a099a1346b06f4acd5678c48fff577a2
parent59f9bea8738b5811650c53961d9a6036c3b9bcbe
Backport:

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