[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Bug in the fstest.py of subversion's python bindings.

From: Lucas Bruand <lbruand_at_wanadoo.fr>
Date: 2002-04-26 01:18:13 CEST

        Hi all!

I don't really know whom to refer this. Please accept my apologies if this
mailing list isn't the one dealing with python bindings...

I think there might be a bug in the fstest.py file of the python bindings.
( I am not sure, as I am quite new to subversion)
in /home/luke/subversion-r1682/subversion/bindings/swig/python|fstest.py:
Line 50:
  _util.svn_pool_destroy(subpool)

Shouldn't it be:
  _util.apr_pool_destroy(subpool) ????

        Cheers,
        Lucas
PS: I couldn't find anyone else having this problem, so it might be me
having problems to compile...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 26 01:17:53 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.