Jens Vagelpohl
Jens Vagelpohl
The Windows/Python 3.14 issue is coming out of ZConfig and as @davisagli suspects due to changes in `urllib`. I don't have a Windows system set up so I can't test...
This is now done, all remaining work for a Python 3.14-compatible release continues in other tasks like #1259.
IMHO this can be done earlier than the final version. The earliest would be the first beta (no ABI changes, right?) and the latest point would be the first RC.
That process always felt rushed to me when you wait until the final release and then it all has to happen quickly (and then no one really has time or...
No that is not what I am saying. You can create alphas and betas without a problem. All I am saying it this: I don't think it makes sense to...
RestrictedPython 8.1 is released, @loechel had done the security check and support work for t-strings. The followup issue for Python 3.15 support is at #306
I am working in a sandbox with `CHAMELEON_DEBUG` and `CHAMELEON_CACHE` pointing to a folder where the compiled sources are saved. The errors are all the same it seems. There are...
One more data point: When I unset `CHAMELEON_DEBUG` so that the Python output is not re-generated and then edit the file to remove the duplicated import statements `from chameleon.tales import...
Another data point about the "new" traceback: Under Chameleon 4.6.0 the expression `__value = _static_4400666448('path', 'modules/ZTUtils', econtext=econtext)(_static_4401111888(econtext, __zt_tmp))` resolves to a call `Products.PageTemplates.engine._compile_zt_expr('path', 'modules/ZTUtils', econtext=econtext)(_static_4401111888(econtext, __zt_tmp))`. Following the call chain...
Indentation or not, any Chameleon version >= 4.5 produces different Python representations from 4.4 and that Python representation doesn't work. I do not know why this is and I am...