[ruby-cvs:78479] 5c2c396685 (master): Check interrupts before starting thread
"Jeremy Evans" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Jeremy Evans 2019-08-26 04:09:19 +0900 (Mon, 26 Aug 2019)
New Revision: 5c2c396685
https://github.com/ruby/ruby/commit/5c2c396685
Log:
Check interrupts before starting thread
Fixes a hang when Thread.new calls Thread.new in a loop.
Fixes [Bug #13688]
Modified files:
thread.c