Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES/834.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Fixed pickling of ``FrozenList`` instances when the C extension is used -- by :user:`Mukller`.
Comment thread
greptile-apps[bot] marked this conversation as resolved.

The free-threading change that stored the frozen flag in a C++ ``atomic[bint]``
made Cython's default reducer fail with ``TypeError: self._frozen cannot be
converted to a Python object for pickling``. An explicit ``__reduce__`` now
serializes ``(items, frozen)`` explicitly, restoring parity with the
pure-Python implementation.
Loading
Loading