[Tutor] How to stop a specific thread in Python 2.7?

Dan Ciprus (dciprus) dciprus at cisco.com
Thu Oct 3 18:12:15 EDT 2024


I'd be interested too :-).

On Thu, Sep 26, 2024 at 03:34:05AM GMT, marc nicole via Python-list wrote:
>Could you show a python code example of this?
>
>
>On Thu, 26 Sept 2024, 03:08 Cameron Simpson, <cs at cskk.id.au> wrote:
>
>> On 25Sep2024 22:56, marc nicole <mk1853387 at gmail.com> wrote:
>> >How to create a per-thread event in Python 2.7?
>>
>> Every time you make a Thread, make an Event. Pass it to the thread
>> worker function and keep it to hand for your use outside the thread.
>> _______________________________________________
>> Tutor maillist  -  Tutor at python.org
>> To unsubscribe or change subscription options:
>> https://mail.python.org/mailman/listinfo/tutor
>>
>-- 
>https://mail.python.org/mailman/listinfo/python-list

-- 
Dan Ciprus

[ curl -L http://git.io/unix ]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://mail.python.org/pipermail/python-list/attachments/20241003/a4179f3d/attachment.sig>


More information about the Python-list mailing list