diff options
author | Aaron Patterson <tenderlove@ruby-lang.org> | 2022-07-12 16:42:14 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2022-07-20 13:45:55 -0700 |
commit | 1341dea7711ae80aa4c232503fbb5a1be48b648b (patch) | |
tree | fc0408924cfa8cd090d93bc3784254b48879fe69 /ractor.rb | |
parent | 32e406d6d3c3ded9160298c4475c1aa188360b07 (diff) | |
download | ruby-1341dea7711ae80aa4c232503fbb5a1be48b648b.tar.gz |
Prevent the stack from being marked twice
This commit prevents the stack from being marked twice: once via the
Fiber, and once via the Thread. It introduces an assertion to assert
that the ec on the thread is the same as the ec on the Fiber being
marked via the thread.
Diffstat (limited to 'ractor.rb')
0 files changed, 0 insertions, 0 deletions