Let's try that again, this time with the patch ...
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
--- coccinelle-0.2.3rc6.orig/pycaml/pycaml_ml.c 2009-03-18 07:26:35.000000000
+0000
+++ coccinelle-0.2.3rc6/pycaml/pycaml_ml.c 2010-07-23 22:32:30.832925463
+0100
@@ -1203,7 +1203,10 @@
/* 42 */
{ (void *)PyEval_CallObjectWithKeywords, 42, "PyEval_CallObjectWithKeywords" },
/* 17 */
+#if 0
+ /* Removed in Python 2.7. - RWMJ. */
{ (void *)PyEval_CallObject, 17, "PyEval_CallObject" },
+#endif
/* 29 */
{ (void *)PyEval_GetBuiltins, 29, "PyEval_GetBuiltins" },
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)