Package: pyrsistent / 0.20.0-3

Metadata

Package Version Patches format
pyrsistent 0.20.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python supported failures.patch | (download)

setup.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
python3.13.patch | (download)

pvectorcmodule.c | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 [patch] replace _pylist_extend with pylist_setslice

This private function is no longer exported in Python 3.13.

It is possible that a PyList_Extend() function-like macro may be added
before Python 3.13 final, but using PyList_SetSlice() directly will
still work.

https://github.com/python/cpython/pull/108451

https://github.com/python/cpython/issues/111138