Changeset 55639

Timestamp:
Aug 18, 2009, 12:24:54 AM (13 years ago)
Author:
Ralf W. Grosse-Kunstleve
Message:

libs/python/src/exec.cpp: bug fixes
Remark:

operator!() for boost::python::object invokes PyObject_IsTrue()
and is therefore not equivalent to "is None".
In this particular case !global or !local returns true for an
empty dict.

(Changes to libs/python/test/exec.cpp just helped in debugging.)

(No files)

Note: See TracChangeset for help on using the changeset viewer.