From 4663c99310ed27cc69414c969978a0ba2e60062f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Wed, 8 Nov 2023 16:43:05 -0800 Subject: [PATCH] Revert "*** temp fix for mysterious segfault error caused by TypeVar in Python 3.12 ***" This reverts commit 86cd4f8a492d22f1e4b4144305e4c58b8283555a. --- src/vex/controller/axis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vex/controller/axis.py b/src/vex/controller/axis.py index a0af5e5d..99f7c13a 100755 --- a/src/vex/controller/axis.py +++ b/src/vex/controller/axis.py @@ -13,7 +13,7 @@ __all__: Sequence[LiteralString] = ('ControllerAxis',) -Controller = None # *** FIXME: TypeVar(name='Controller') causes segfault! *** +Controller = TypeVar(name='Controller') @robotmesh_doc("""