commit | 7f045cfba347106e02f4b61623eb2ce6686ebf67 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Mar 21 21:07:44 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Mar 21 21:07:44 2010 +0000 |
tree | 9cb0e7699e81fc77c80291ca4ac645daa68d4c7d | |
parent | 38c36f857600c72a094c65010d51342a1fd73658 [diff] |
Merged revisions 78876 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r78876 | victor.stinner | 2010-03-12 18:17:58 +0100 (ven., 12 mars 2010) | 3 lines Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() builtin functions. ........