cb229aa55f
- update to 3.2.0: * Add t-string support #866: Coconut now supports Python 3.14 template strings (t"..." syntax). On Python 3.14+, native t-string syntax is used. On Python 3.10-3.13, Coconut compiles t-strings to use the tstr backport library. * Add memoize.RECURSIVE #858: Added memoize.RECURSIVE option that allows unbounded cache growth during recursive calls but automatically clears the cache after the outermost call completes. This prevents memory leaks while still supporting recursive functions effectively. * Support Python 3.14 #873: Full support for Python 3.14, including compatibility with the new interpreter changes and native t-string support. - Add conflicts with python2 version since we are dropping
Dirk Mueller2026-02-16 17:09:47 +00:00
8943c65cde
Accepting request 1301159 from devel:languages:python
Ana Guerrero2025-08-25 18:38:28 +00:00
e857e8c137
- Fix install requirements - Add optional tests, but disabled by default, we can use a _multibuild in the future and enable some tests
Daniel Garcia2025-08-21 11:26:00 +00:00
08491729dd
Accepting request 1300555 from home:fstegmeier:branches:devel:languages:python
Daniel Garcia2025-08-21 07:00:07 +00:00