Skip to content

[bugfix] Do not treat the read_variables field of CInstruction as pymbolic

Dominic Kempf requested to merge bugfix/cinstruction-read-variables-field into master

It is expected to be an iterable of strings. Trying to build keys from it as if it was pymbolic results in raw strings ending up in the pymbolic mappers (being foreign objects).

First of potentially some MRs while I modernize our loopy usage.

Merge request reports