Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a NULL check for 'PyRecord::new_record' before calling
'PyTuple_SET_ITEM' in the 'PyRecord::getattro' function. Also 'PyRecord::new_record' will now raise a 'PyErr_NoMemory' exception when the call to 'tp_alloc' returns NULL.
- Loading branch information