Krister Walfridsson

Results 3 comments of Krister Walfridsson

> I'm still seeing: > TypeError: 'gcc.WrapperMeta' object is not iterable > (with Python 3.8 and gcc 10) which I'm investigating. I took a quick look at this, and I...

The Python problem giving us `gcc.WrapperMeta` errors was fixed in Python 3.9.13, and all versions of 3.10 seem to work too.

The `type_id` is the `result_id` from an `OpTypeFunction` instruction. As an example, here is the code needed to create a function adding two floating point vectors: ``` python module =...