Project

General

Profile

Actions

Misc #14962

closed

[PATCH] thread_pthread: stop trying to deal with cancellation

Added by normalperson (Eric Wong) almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Assignee:
-
[ruby-core:88282]

Description

thread_pthread: stop trying to deal with cancellation

We don't use pthreads cancellation ourselves and it's painful to
use correctly. Any cancelled threads would break
vm->living_threads, GVL, thread_sync.c, autoload, etc...

So don't bother caring; because we can't stop rogue extensions
from completely breaking the VM in other ways, either.

Am I missing something, here? Will commit in a few days.
Deleting code feels good :>


Files

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0