diff -r cda7a87c1871 -r edf7ae547b0e mercurial/osutil.c --- a/mercurial/osutil.c Sun Sep 11 21:21:58 2011 -0400 +++ b/mercurial/osutil.c Wed Sep 14 14:37:10 2011 -0500 @@ -525,9 +525,9 @@ if (dict != NULL) { CFRelease(dict); - return Py_True; + Py_RETURN_TRUE; } else { - return Py_False; + Py_RETURN_FALSE; } } #endif