[flang-commits] [flang] [flang] Implement C_F_STRPOINTER (Fortran 2023) (PR #176973)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Fri Feb 13 08:37:17 PST 2026


kparzysz wrote:

According to google:
> The TypeError: rmtree() got an unexpected keyword argument 'onexc' occurs because the onexc parameter was added to shutil.rmtree() in Python 3.12, replacing the deprecated onerror parameter. This error appears when running code written for Python 3.12+ on an older Python version (<=3.11).

The worker is running Python 3.10, so that makes sense.

https://github.com/llvm/llvm-project/pull/176973


More information about the flang-commits mailing list