commit | 8feeabb975f416a8cc8bc44d466982da44cf0f54 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Dec 18 23:20:39 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Dec 18 23:20:39 2002 +0000 |
tree | 5d3c3d1761ee040ebc8c2f52da8d1a4102dc1e1f | |
parent | 543c9253cd19ae99c218c5b5e9d5b8dd49e2468e [diff] |
SF # 654974, fix unchecked return values in structseq Check return values after memory allocation. Also use Py_True instead of PyInt_FromLong(1) for bool value. Backport candidate.