[Mlir-commits] [mlir] A few tweaks to the MLIR .pyi files (PR #110488)

Stella Laurenzo llvmlistbot at llvm.org
Mon Sep 30 12:38:57 PDT 2024


================
@@ -26,15 +25,15 @@ class AttributeType(Type):
   def isinstance(type: Type) -> bool: ...
 
   @staticmethod
-  def get(context: Optional[Context] = None) -> AttributeType: ...
+  def get(context: Context | None = None) -> AttributeType: ...
----------------
stellaraccident wrote:

Traditionally, llvm debates such things. I can't remember the specifics of the last time, but generally we've been tracking the eol schedule. Dropping 3.8 on those grounds SGTM.

https://github.com/llvm/llvm-project/pull/110488


More information about the Mlir-commits mailing list