From: Tomas R. Date: Thu, 22 May 2025 18:05:43 +0000 (-0400) Subject: GH-131798: Optimize away isinstance calls in the JIT (GH-134369) X-Git-Tag: v3.15.0a1~1564 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1ea8edbd797e2cde7446da36d07041c6ddbcb53;p=thirdparty%2FPython%2Fcpython.git GH-131798: Optimize away isinstance calls in the JIT (GH-134369) ---