]> granicus.if.org Git - python/commit
The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL.
authorTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 01:26:35 +0000 (01:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 01:26:35 +0000 (01:26 +0000)
commitda9c5b35a3ee5fc5bc1d1c64e04bfa8c5bf35886
tree76dfa6b16e03b19ccec61c8f5a4864311f211965
parentd1a7da6c0d377d2296b79c4203d267ffe1664bfb
The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL.
Repaired that, and added appropriate tests for it to test_struct.py.
Lib/test/test_struct.py
Modules/structmodule.c