Skip to content

bitstring-4.2.1

Compare
Choose a tag to compare
@scott-griffiths scott-griffiths released this 24 Apr 19:52
· 59 commits to main since this release

Fixing a few regressions introduced in 4.2.0.

  • Module crashes on import with 32-bit Python. Bug #317.
  • Lists of integers not converted to bytes when using the bytes constructor. Bug #318.
  • Empty comma separated tokens not handled correctly. Bug #319.
  • Crash on import when docstrings not present due to optimize flag. Bug #321.