15
0

- Update to 3.4.3

* minor updates to documentation
  * C-level:
    - simplify and speedup `extend_unicode01()`
    - customize `resize_lite()` - avoid unused code
    - use `PyTypeObject` for bitarray type object in `_util.c` to
      be consistent with `_bitarray.c`
    - add and improve comments to implementation of sparse bitarray
      compression
    - simplify `sc_count()`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=70
This commit is contained in:
2025-07-03 12:30:22 +00:00
committed by Git OBS Bridge
commit 955952485e
13 changed files with 806 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc