Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENV ivars should not be accessible from ractors #5288

Merged
merged 3 commits into from Dec 17, 2021

Conversation

ko1
Copy link
Contributor

@ko1 ko1 commented Dec 17, 2021

The ENV object can have instance variables like other objects,
but they should be accessed only on the main ractor.

fix #5263 (comment)

The `ENV` object can have instance variables like other objects,
but they should be accessed only on the main ractor.

fix ruby#5263 (comment)
@ko1 ko1 merged commit ce6fc20 into ruby:master Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant