[Python-3000] threading, part 2 (original) (raw)
tomer filiba tomerfiliba at gmail.com
Sat Aug 12 02:13:24 CEST 2006
- Previous message: [Python-3000] PEP3102 Keyword-Only Arguments
- Next message: [Python-3000] threading, part 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i mailed this to several people separately, but then i thought it could benefit the entire group:
http://sebulba.wikispaces.com/recipe+thread2
it's an implementation of the proposed "thread.raise_exc", through an extension to the threading.Thread class. you can test it for yourself; if it proves useful, it should be exposed as thread.raise_exc in the stdlib (instead of the ctypes hack)... and of course it should be reflected in threading.Thread as welll.
-tomer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-3000/attachments/20060812/487eb7e6/attachment.htm
- Previous message: [Python-3000] PEP3102 Keyword-Only Arguments
- Next message: [Python-3000] threading, part 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]