Patch |
r853561 |
r853561 | maxb | 2005-03-19 03:16:06 +0000 (Sat, 19 Mar 2005) Fix Python bindings bug that manifested only with SWIG 1.3.24 and threaded APR. Anything using a log_receiver callback would fail. Patch by: Torsten Landschoff <torsten@debian.org> me * subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c (svn_swig_py_log_receiver): Call SWIG_TypeQuery only after the Python global interpreter lock has been acquired.