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_foobar.h b/Python/thread_foobar.h
index 492096a..4b767b1 100644
--- a/Python/thread_foobar.h
+++ b/Python/thread_foobar.h
@@ -43,6 +43,12 @@
 	return success < 0 ? 0 : 1;
 }
 
+long get_thread_ident _P0()
+{
+	if (!initialized)
+		init_thread();
+}
+
 static void do_exit_thread _P1(no_cleanup, int no_cleanup)
 {
 	dprintf(("exit_thread called\n"));