Index: trunk/ext/_syckmodule.c
===================================================================
--- trunk/ext/_syckmodule.c	(revision 34)
+++ trunk/ext/_syckmodule.c	(revision 49)
@@ -2136,4 +2136,6 @@
     PyObject *m;
 
+    PyEval_InitThreads();   /* Fix segfault for Python 2.3 */
+
     if (PyType_Ready(&PySyckNode_Type) < 0)
         return;
