"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "contrib/champ/os_python.h" between
pymol-v1.8.6.0.tar.bz2 and pymol-v2.1.0.tar.bz2

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

os_python.h  (pymol-v1.8.6.0.tar.bz2):os_python.h  (pymol-v2.1.0.tar.bz2)
skipping to change at line 37 skipping to change at line 37
# define PyNumber_Int PyNumber_Long # define PyNumber_Int PyNumber_Long
# define PyString_Check PyUnicode_Check # define PyString_Check PyUnicode_Check
# define PyString_Size PyUnicode_GetLength # define PyString_Size PyUnicode_GetLength
# define PyString_FromString PyUnicode_FromString # define PyString_FromString PyUnicode_FromString
# define PyString_FromStringAndSize PyUnicode_FromStringAndSize # define PyString_FromStringAndSize PyUnicode_FromStringAndSize
# define PyString_InternFromString PyUnicode_InternFromString # define PyString_InternFromString PyUnicode_InternFromString
# define PyString_AsString PyUnicode_AsUTF8 # define PyString_AsString PyUnicode_AsUTF8
# define PyString_AS_STRING PyUnicode_AsUTF8 # define PyString_AS_STRING PyUnicode_AsUTF8
# define PyCObject_AsVoidPtr(capsule) PyCapsule_GetPointer(capsule, "name") # define PyCObject_AsVoidPtr(capsule) PyCapsule_GetPointer(capsule, NULL)
# define PyCObject_FromVoidPtr(p, d) PyCapsule_New(p, "name", (PyCapsule_Dest # define PyCObject_FromVoidPtr(p, d) Error_Function_not_available_PyCapsule_N
ructor) d) ew_destructor_differs()
# define PyCObject_Check PyCapsule_CheckExact # define PyCObject_Check PyCapsule_CheckExact
# define PyEval_EvalCode(o, ...) PyEval_EvalCode((PyObject*)o, __VA_ARGS_ _) # define PyEval_EvalCode(o, ...) PyEval_EvalCode((PyObject*)o, __VA_ARGS_ _)
#endif #endif
#endif #endif
 End of changes. 1 change blocks. 
3 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)