-
Notifications
You must be signed in to change notification settings - Fork 27
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
Python: Consider to remove pre-write actions #374
Comments
mikir
added a commit
that referenced
this issue
Oct 24, 2022
mikir
added a commit
that referenced
this issue
Oct 24, 2022
mikir
added a commit
that referenced
this issue
Oct 31, 2022
mikir
added a commit
that referenced
this issue
Nov 1, 2022
mikir
added a commit
that referenced
this issue
Nov 1, 2022
The following can help to understand possibly compatibility problems in user Python applications which can be caused by this issue:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider to remove pre-write actions in Python to have
write()
method without any side effect.Consider as well to extend Python runtime library by
serialize()
to call methodinitializeOffsets()
automatically before serialization similarly as C++ does. This issue is a Python clone of #342.The text was updated successfully, but these errors were encountered: