-
Notifications
You must be signed in to change notification settings - Fork 1.3k
marshal module is imcomplete #3458
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
Comments
Hi, I was looking at this issue (new to this project) and I am struggling a bit. I assume the primary changes would be made to the marshal.rs file. My first thought is that we would add more cases the loads and dumps match statements to handle Am I understanding this correctly? If so, how can we convert and the FYI I am able to get any constant to a Thanks for any advice or tips you can give. I'm somewhat new to rust and interpreters and appreciate all the help I can get! |
Your approach is correct. The return type can be changed to |
Hello, is this issue closed already? |
Oh, yep. |
#3681 |
Feature
marshal dumps and loads are incomplete
Python Documentation
https://docs.python.org/3/library/marshal.html
The text was updated successfully, but these errors were encountered: