From: <ate...@us...> - 2013-02-12 06:19:00
|
Revision: 1041 http://sourceforge.net/p/cclib/code/1041 Author: atenderholt Date: 2013-02-12 06:18:54 +0000 (Tue, 12 Feb 2013) Log Message: ----------- Simplify the cbridge interface and add code for ensuring the GIL * Realized that there is a Python function for importing module by string name (instead of Python object) called PyObject_ImportModule, so previous functions were redundant. * ccopen seems to work fine, although unclear how it behaves if cclib isn't found. Modified Paths: -------------- branches/cbridge/src/cbridge/cclib.c branches/cbridge/src/cbridge/cclib.h branches/cbridge/src/cbridge/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |