forked from AllYarnsAreBeautiful/ayab-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch back to maintained bitarray package
The `bitarray-hardbyte` package on PyPI stopped being updated back in 2022 when its packaging improvements were reintegrated into the main `bitarray` project, see ilanschnell/bitarray#165 (comment) There doesn't seem to be a reason to depend on the `bitarray-hardbyte` package which is no longer maintained. We now depend on the current release of `bitarray` (2.9.2) which among other things initializes new arrays to zero, which could help avoid some obscure bugs. This guaranteed initialization is now used in two places where a temporary `[False, False...]` array was previously constructed just to initialize a `bitarray`.
- Loading branch information
1 parent
1ca126e
commit c34da0b
Showing
3 changed files
with
3 additions
and
3 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
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