mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Fix keyword argument separation issues in Thread.new
This commit is contained in:
parent
47d44510a3
commit
6b52959ef7
Notes:
git
2019-09-27 00:02:32 +09:00
3 changed files with 91 additions and 3 deletions
|
@ -951,6 +951,7 @@ typedef struct rb_thread_struct {
|
|||
struct {
|
||||
VALUE proc;
|
||||
VALUE args;
|
||||
int kw_splat;
|
||||
} proc;
|
||||
struct {
|
||||
VALUE (*func)(void *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue