Author: tack
Date: Sat Apr  8 22:11:57 2006
New Revision: 1395

Modified:
   trunk/metadata/src/disc/ifomodule.c

Log:
Don't forget to initialize threading in the module init function.


Modified: trunk/metadata/src/disc/ifomodule.c
==============================================================================
--- trunk/metadata/src/disc/ifomodule.c (original)
+++ trunk/metadata/src/disc/ifomodule.c Sat Apr  8 22:11:57 2006
@@ -287,4 +287,5 @@
 
 void initifoparser() {
     (void) Py_InitModule("ifoparser", IfoMethods);
+    PyEval_InitThreads();
 }


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to