-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix len(blob) fot blobs created from C pointers
Instead of keeping blob data at Python side and risking it being not synced with the C side, always use C API to get blob length and data.
- Loading branch information
1 parent
77b827e
commit 2c9c0be
Showing
1 changed file
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters