1426a1427,1430
> 	/* printf ("cppPyMap: %d %ld %ld %p\n", cppPyMap.primeIdx,
> 		cppPyMap.size, cppPyMap.neverUsed, cppPyMap.hash_array); 
> 	*/
> 
1430a1435,1436
> 		printf ("Found Python object for cppPtr %p, returning sipSelf = %p\n",
> 			cppPtr, sipSelf);
1432c1438
< 	else
---
> 	else {
1433a1440,1442
> 		printf ("Couldn't find Python object for cppPtr %p, returning sipSelf = %p\n",
> 			cppPtr, sipSelf);
> 	}
