From: normalperson@... Date: 2018-08-03T07:25:19+00:00 Subject: [ruby-core:88282] [Ruby trunk Misc#14962] [PATCH] thread_pthread: stop trying to deal with cancellation Issue #14962 has been reported by normalperson (Eric Wong). ---------------------------------------- Misc #14962: [PATCH] thread_pthread: stop trying to deal with cancellation https://bugs.ruby-lang.org/issues/14962 * Author: normalperson (Eric Wong) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- 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-------------------------------- 0001-thread_pthread-stop-trying-to-deal-with-cancellation.patch (2.2 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: