This is my patch:

[ 1005891 ] support --with-tsc on PPC

plus a trivial change to settscdump's docstring and a Misc/NEWS entry.
This commit is contained in:
Michael W. Hudson 2004-08-12 18:19:17 +00:00
parent d459f536c5
commit 800ba2375a
4 changed files with 62 additions and 2 deletions

View file

@ -465,7 +465,7 @@ PyDoc_STRVAR(settscdump_doc,
\n\
If true, tell the Python interpreter to dump VM measurements to\n\
stderr. If false, turn off dump. The measurements are based on the\n\
Pentium time-stamp counter."
processor's time-stamp counter."
);
#endif /* TSC */