[issue1395552] add support for thread function result storage

Michal Božoň report at bugs.python.org
Thu Dec 10 22:10:53 CET 2009


Michal Božoň <michal.bozon at gmail.com> added the comment:

i still do not agree, it will always feel somehow incomplete, being able 
to easily "threadize" the function:

>>> t = threading.Thread(target=func)

and then not being able to get the target function result (easily)

----------

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


More information about the Python-bugs-list mailing list