summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
dab7c2b)
Otherwise we might corrupt logically separate key data objects. There's
an assertion to prevent this now.
I think the split method is now redundant.
if ((tag = PyString_AsString(key)) == 0)
goto end;
if ((tag = PyString_AsString(key)) == 0)
goto end;
+ key_split(&KEYDATA_KD(me));
if (value) {
if (!KEYDATA_PYCHECK(value))
TYERR("expected KeyData value");
if (value) {
if (!KEYDATA_PYCHECK(value))
TYERR("expected KeyData value");