Skip to content
  • NARUSE, Yui's avatar
    6f9e0077
    merge revision(s) b3c53a8a: [Backport #17672] · 6f9e0077
    NARUSE, Yui authored
    	Make Ractor stdio belonging to the Ractor [Bug #17672]
    
    	Defer making ractor stdio until ractor started.
    	Before ractor started, created objects belong to the caller ractor
    	instead of the created ractor.
    	---
    	 bootstraptest/test_ractor.rb | 12 ++++++++++++
    	 ractor.c                     |  9 ---------
    	 thread.c                     |  9 +++++++++
    	 3 files changed, 21 insertions(+), 9 deletions(-)
    6f9e0077
    merge revision(s) b3c53a8a: [Backport #17672]
    NARUSE, Yui authored
    	Make Ractor stdio belonging to the Ractor [Bug #17672]
    
    	Defer making ractor stdio until ractor started.
    	Before ractor started, created objects belong to the caller ractor
    	instead of the created ractor.
    	---
    	 bootstraptest/test_ractor.rb | 12 ++++++++++++
    	 ractor.c                     |  9 ---------
    	 thread.c                     |  9 +++++++++
    	 3 files changed, 21 insertions(+), 9 deletions(-)
Loading