You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move rb_global_variable call to directly after assignment
While I'm guessing the INT2NUM calls all generate Fixnums and not Bignums,
it's unwise to rely on that. Calling rb_global_variable directly after
assignment is the pattern used in ossl.c, and it's probably best to do
that here as well.
0 commit comments