Ouch, it's Carlo Verre, not Verre Carlo.
diff --git a/Objects/typeobject.c b/Objects/typeobject.c
index 91c40b9..6ef5f75 100644
--- a/Objects/typeobject.c
+++ b/Objects/typeobject.c
@@ -3575,7 +3575,7 @@
 }
 
 /* Helper to check for object.__setattr__ or __delattr__ applied to a type.
-   This is called the Verre Carlo hack after its discoverer. */
+   This is called the Carlo Verre hack after its discoverer. */
 static int
 hackcheck(PyObject *self, setattrofunc func, char *what)
 {