Rogdham
676748d4da
gh-132983: Fix docstrings in `ZstdDict` ( #137321 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2025-08-03 15:04:45 +00:00
Adam Turner
f2ce4bbdfd
gh-132983: Convert dict_content to take Py_buffer in `ZstdDict()` ( #133924 )
2025-05-26 14:48:41 +00:00
Emma Smith
973b8f69d3
gh-132983: Make _zstd C code PEP 7 compliant (GH-134605)
...
Make _zstd C code PEP 7 compliant
2025-05-23 19:03:21 -07:00
Emma Smith
8dbc119719
gh-133885: Use locks instead of critical sections for _zstd (gh-134289)
...
Move from using critical sections to locks for the (de)compression methods.
Since the methods allow other threads to run, we should use a lock rather
than a critical section.
2025-05-22 23:30:10 -04:00
Adam Turner
d29ddbd90c
gh-132983: Convert zstd `__new__` methods to Argument Clinic ( #133860 )
2025-05-12 08:51:53 +00:00
Adam Turner
e6f8e0a035
GH-132983: Build `_zstd` on Windows ( #133366 )
2025-05-06 00:58:47 +01:00