[issue15634] synchronized decorator for the threading module

Antoine Pitrou report at bugs.python.org
Mon Aug 13 15:00:36 CEST 2012


Antoine Pitrou added the comment:

I'm not sure how useful that is in practice. Often you want to use the same lock accross several functions or methods.
Also, I think it would be more accurate to call this "serialized" than "synchronized".

----------
nosy: +jyasskin, pitrou

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


More information about the Python-bugs-list mailing list