julia
ec2f1d3c - fix rawbigints (#51122)

Commit
2 years ago
fix rawbigints (#51122) Using `Ptr` like that was incorrect. Among other issues, a `Ptr` doesn't own the data it points to, so hold a `String` instead. Fixes #51111
Author
Parents
Loading