All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
nil.to_list()
method
- Dropped support for Python 3.11
- Support for Python 3.12
Cons_lift
methodassoc
functionassp
function
- Don't create intermediate tuple when calling
cons.from_xs
on a generator
Cons_hash
method
- Memory leak in
Cons_from_fast
cons.to_list
methodCAR
andCDR
convenience macros
- Cons_richcompare returning incorrect results for
!=
- Incorrect usage of
Py_RETURN_RICHCOMPARE
- Initial implementation