commit | 4205a22308eb1f8f0b819f8bcff88c2e7f53abf4 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Dec 13 20:04:13 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Dec 13 20:04:13 2009 +0000 |
tree | d293a4dfb71d5feb6d11d88b439fcfb052f67974 | |
parent | 6b59f77c43c492f4c707ad4d8e2d2b0b871414e8 [diff] |
Merged revisions 76810 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r76810 | mark.dickinson | 2009-12-13 20:03:21 +0000 (Sun, 13 Dec 2009) | 4 lines Make sure that test_capsule always returns NULL on error; this may help diagnose the sporadic test_capi failures on Solaris. ........