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

Re: svn commit: r21373 - trunk/subversion/bindings/swig/python/libsvn_swig_py

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-09-07 21:03:25 CEST

djames@tigris.org wrote:
> Author: djames
> Date: Thu Sep 7 01:38:21 2006
> New Revision: 21373
>
> Log:
> Don't dangerously borrow references to underlying Python streams
> in swig_py_make_stream. Instead, keep track of the reference count
> for the underlying Python stream. By keeping track of the reference
> count, we ensure that the Python garbage collector won't delete the
> stream from under us while we still need it.
>
> Branch: trunk
> Release: 1.5.x

Hi David,

I've started to notice the new Branch and Release notes in your commit messages.

Maybe this was discussed on the dev list and I missed it, but what's the point
of listing them? We haven't cut the 1.5.x branch yet so I know that it'll end
up in 1.5.x and I know from the email message and any log output that this is
was done on trunk.

So it seems redundant information, and requires mental energy to look at it and
potentially check it.

Regards,
Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 7 21:04:15 2006

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.