diff options
author | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-05 20:06:49 +0000 |
---|---|---|
committer | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-05 20:06:49 +0000 |
commit | 2ba640f35961a6e3bf35a7aa9618c7d6fb0e2fba (patch) | |
tree | a7b0fcff2b0b881e65eb62d3b3b6976715bdb6c5 /ast.c | |
parent | e09c14a05f7872178d725179331c4dc7a109aa87 (diff) |
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.
[ruby-core:88282] [Misc #14962]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ast.c')
0 files changed, 0 insertions, 0 deletions