]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
cosmetic change to add a commit message for the last commit, accidently
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 11:12:20 +0000 (11:12 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 11:12:20 +0000 (11:12 +0000)
sent with empty message.

sheesh. Lucky I decided it was worth doing last minute complete compile
tests. cvs merge stupid on my part fixed that made solaris builds totally
fail.

Python/thread_pthread.h

index 16fe91c8a73769ee66c701c49c8269d97f167809..07ce4bcf9b0cca8eddb165287cf8540180a687d8 100644 (file)
@@ -131,7 +131,7 @@ PyThread_start_new_thread(void (*func)(void *), void *arg)
 #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED
        pthread_attr_t attrs;
 #endif
-       dprintf(("PyThread_start_new_thread called\n"));
+        dprintf(("PyThread_start_new_thread called\n"));
        if (!initialized)
                PyThread_init_thread();
 #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED