]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
As per discussion on python-dev, descriptors defined in C with a NULL setter
authorBarry Warsaw <barry@python.org>
Tue, 19 Apr 2005 23:43:40 +0000 (23:43 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 19 Apr 2005 23:43:40 +0000 (23:43 +0000)
commitc8d907c60bacc4b08c03a71a6b714765df9e879d
tree991f0d997cf1d765d02e87a28052fa0a2966d9e9
parenta267563f439763bc955daafaa0563b3194945fc3
As per discussion on python-dev, descriptors defined in C with a NULL setter
now raise AttributeError instead of TypeError, for consistency with their
pure-Python equivalent.
Misc/NEWS
Objects/descrobject.c