#2611: Problem with SVN bindings (SVN 1.3.0, Trac r2771)
-----------------------------+----------------------------------------------
Reporter: Manuzhai | Owner: cboos
Type: defect | Status: new
Priority: high | Milestone: 0.11
Component: version control | Version: devel
Severity: major | Resolution:
Keywords: svn130 |
-----------------------------+----------------------------------------------
Comment (by [EMAIL PROTECTED]):
== If anyone has seen this error with SWIG 1.3.28 or 1.3.29, please
comment! ==
The reliable reproduction I mentioned in the previous comment was using
the pregenerated SWIG files shipped with subversion 1.3.2 (i.e. SWIG
1.3.25 IIRC). I retested with SWIG 1.3.28, and the problem seems to have
disappeared!
Further, I have isolated the source of the !TypeError to the following
code segment in `_wrap_svn_pool_create`:
{{{
if (_global_svn_swig_py_pool != NULL &&
!PyObject_HasAttrString(_global_svn_swig_py_pool,
(char *)"_mark_valid"))
{
int argnum = PyTuple_GET_SIZE(args);
SWIG_Python_TypeError(SWIG_TypePrettyName(SWIGTYPE_p_apr_pool_t),
_global_svn_swig_py_pool);
SWIG_arg_fail(argnum);
SWIG_fail;
}
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2611>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets