Hi, debugging a native-comp regression on the branch I'm working on I came to this. In `python-indent-region' we are comparing raw syntax descriptors using `eq' but I think we should use `equal' (as we do underneath in `python-fill-string'). I'm quite convinced the fix is correct but; should this go also in 27 where the code is the same? Regards Andrea