From e1d464aaf84b6221ae9b2e5c987bf2cc3e9bb24b Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 16 Aug 2024 09:26:07 +0000 Subject: [PATCH] [GR-56921] Backport: Add an option to warn when C extensions are loaded PullRequest: graalpython/3436 --- vm/mx.vm/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/mx.vm/suite.py b/vm/mx.vm/suite.py index efca1edd3961..652c2973cf97 100644 --- a/vm/mx.vm/suite.py +++ b/vm/mx.vm/suite.py @@ -65,7 +65,7 @@ }, { "name": "graalpython", - "version": "7181ef62705202b058a75d0d42f6d7305d845775", + "version": "63bf83133eae25bb5dc8de7d6d2172c2b9710b10", "dynamic": True, "urls": [ {"url": "https://github.com/graalvm/graalpython.git", "kind": "git"},