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

Maksim Levental llvmlistbot at llvm.org
Mon Sep 30 08:51:18 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: ...
----------------
makslevental wrote:

this syntax requires 3.10? 3.11? ie would break 3.8, 3.9.

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


More information about the Mlir-commits mailing list