cpython: febb6cf195e7 (original) (raw)

--- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -1065,8 +1065,6 @@ settrace() -- set the global debug traci /* end of sys_doc / ; / Subversion branch and revision management / -static const char _patchlevel_revision[] = PY_PATCHLEVEL_REVISION; -static const char headurl[] = "$HeadURL$"; static int svn_initialized; static char patchlevel_revision[50]; / Just the number */ static char branch[50]; @@ -1076,64 +1074,14 @@ static const char *svn_revision; static void svnversion_init(void) {

- if (svn_initialized) return;

-

-

-

- -

- svn_initialized = 1;

} /* Return svnversion output if available.