Open tigarmo opened 1 month ago
Reference: https://github.com/canonical/craft-application/pull/473#discussion_r1763286262 Until we can drop the Python 3.10 requirement, we should read the file by chunks and feed it to the digest algorithms
To avoid reading huge files in memory all at once.
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3403.
This message was autogenerated
What needs to get done
Reference: https://github.com/canonical/craft-application/pull/473#discussion_r1763286262 Until we can drop the Python 3.10 requirement, we should read the file by chunks and feed it to the digest algorithms
Why it needs to get done
To avoid reading huge files in memory all at once.