Modpython: MCString as a normal dict-like object.

See github issue #93
This commit is contained in:
Alexey Sokolov
2012-07-28 02:56:00 +07:00
parent 219e6a97ce
commit ac1b183583
3 changed files with 14 additions and 10 deletions

View File

@@ -202,7 +202,7 @@ public:
}
if (!PyObject_IsTrue(pyRes)) {
// python module, but not handled by modpython itself.
// some module-loader written on python loaded it?
// some module-provider written on python loaded it?
return CONTINUE;
}
Py_CLEAR(pyFunc);