Skip to content

issues Search Results · repo:indygreg/python-zstandard language:C

Filter by

163 results
 (71 ms)

163 results

inindygreg/python-zstandard (press backspace or delete to remove)

Hi, we build python-zstandard as a part of our monorepo and we experience the necessity to patch python bindings every time zstd gets updated. This code checks if the runtime version matches the compile ...
  • georgthegreat
  • Opened 
    15 days ago
  • #254

When trying to compile release 0.23.0 having zstd 1.5.7 installed, I see build/zstandard/_cffi.c: In function _cffi_const_ZSTD_c_useBlockSplitter : build/zstandard/_cffi.c:12168:12: error: ZSTD_c_useBlockSplitter ...
  • 0-wiz-0
  • 2
  • Opened 
    16 days ago
  • #252

Right now PyO3 is set to 0.21.2 in Cargo.toml but the latest version is 0.23.4. PyO3 0.22 finalized the gil refs migration and it looks like there are some minor things that need to be fixed. You ll be ...
  • ngoldbaum
  • Opened 
    16 days ago
  • #251

This is a repost of indygreg/PyOxidizer#751 as requested. Hi @indygreg . I read your blog. Congrats on all of the life changes. Sounds exciting. I d like to offer to take over maintenance for python-zstandard ...
  • jaraco
  • Opened 
    18 days ago
  • #250

Using the zstandard module to compress and decompress data in a multiprocessing context. If there is a zstd.ZstdError thrown when running in a pool such as: zstd.ZstdError: decompression error: did not ...
  • hub-il
  • 1
  • Opened 
    on Jan 21
  • #248

Describe the bug Hi, When I have an object zstandard.ZstdCompressor() shared across a concurrent.futures.ThreadPoolExecutor, I see some nondeterministic behavior when using this object to compress. My ...
  • mlbileschi
  • 2
  • Opened 
    on Dec 2, 2024
  • #244

See https://setuptools.pypa.io/en/latest/history.html#v74-0-0.
  • saschanaz
  • Opened 
    on Oct 15, 2024
  • #240

I was trying to use this module in Python 3.14.0-alpha.0, and encountered this error: Traceback: /opt/hostedtoolcache/Python/3.14.0-alpha.0/x64/lib/python3.14/importlib/__init__.py:88: in import_module ...
  • mxmlnkn
  • 1
  • Opened 
    on Sep 15, 2024
  • #238

It would be nice to set up CI for aarch64 windows wheel.
  • saschanaz
  • 8
  • Opened 
    on Aug 21, 2024
  • #237

Here is simplest reproducing example: import zstandard zstandard.decompress(b \x28\xb5\x2f\xfd\x00\x58\x11\x00\x00\x7b\x7d ) It raises an error: ZstdError: could not determine content size in frame header ...
  • WindSoilder
  • 3
  • Opened 
    on Aug 12, 2024
  • #235
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub