ceval.c: dict of local mapping is now a tuple
compile.c: lists and dictionary in code objects become tuples
import.c: bump MAGIC
thread*.[ch]: added thread_ident() function
version.c: added '++' to version number and bumped date
diff --git a/Python/thread_sgi.h b/Python/thread_sgi.h
index 6f6334e..40f28a0 100644
--- a/Python/thread_sgi.h
+++ b/Python/thread_sgi.h
@@ -229,6 +229,11 @@
 	return success < 0 ? 0 : 1;
 }
 
+long get_thread_ident _P0()
+{
+	return getpid();
+}
+
 static void do_exit_thread _P1(no_cleanup, int no_cleanup)
 {
 	dprintf(("exit_thread called\n"));