forked from apache/iceberg
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python: Standardized integer types over relying on C types (apache#8535)
Utilize libc.stdint for the definition of unsigned 64 bit integers. Change the array.array type to use integers that are at least 64 bits in width. Changes motiviated by differences in Windows builds
- Loading branch information
1 parent
a113e26
commit a45b7ac
Showing
2 changed files
with
28 additions
and
23 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
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