Closed

Description
The scalar_t
fused type
pandas/pandas/_libs/intervaltree.pxi.in
Lines 9 to 14 in b115a6b
xref http://docs.cython.org/en/latest/src/userguide/fusedtypes.html#type-checking-specializations
From comments in #27157 it appears there's no established guideline on how different cases for different types should look like in the templates. That's a hindrance to fixing this (and other warnings) as well.