]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 77157 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Wed, 30 Dec 2009 19:44:54 +0000 (19:44 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 30 Dec 2009 19:44:54 +0000 (19:44 +0000)
commitd12362a828a57bc8eff8f0efe85aad7672cc9b85
tree0356c975064b6350efcf62be39b8045cb7ca8085
parent9abe1f1159079445e88cd13d45d5fcc432bb8ce5
Merged revisions 77157 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77157 | benjamin.peterson | 2009-12-30 13:34:10 -0600 (Wed, 30 Dec 2009) | 5 lines

  check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)

  Also, add a note to the docs about the better behavior of T_OBJECT_EX as
  compared to T_OBJECT.
........
Doc/c-api/structures.rst
Lib/test/test_descr.py
Misc/NEWS
Python/structmember.c