[docs] [issue14502] Document better what happens on releasing an unacquired lock

Antoine Pitrou report at bugs.python.org
Fri Apr 6 11:57:33 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> On Thu, Apr 5, 2012 at 5:38 PM, Antoine Pitrou <report at bugs.python.org> wrote:
> > Antoine Pitrou <pitrou at free.fr> added the comment:
> 
> > Not sure what you're talking about. The doc patch is about unacquired
> > locks, not locks that someone else (another thread) holds.
> 
> Isn't one common reason for not being able to acquire a lock that
> someone else was already holding it?

We're talking about *releasing* an (un)acquired lock, not acquiring it
again...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14502>
_______________________________________


More information about the docs mailing list