An-DJ commented on PR #1885: URL: https://github.com/apache/fury/pull/1885#issuecomment-2453282477
@chaokunyang Actually we check the python array initialization method `array.array` with different dtype, but each type code has its `Mininum size in bytes`, not a fixed size. IMHO it is the reason why it behaves differently on UNIX and Windows. Ref: https://docs.python.org/3/library/array.html  We should find a strict way to fix each dtype size... right? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
