From 502574797fa7c41c3bbd19631e991304463712bd Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Mon, 30 Jan 2023 12:59:59 +0100 Subject: [PATCH] include tomllib in standard lib (#2345) --- src/python/sys.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/sys.rs b/src/python/sys.rs index d6d86bf97f..f355b53875 100644 --- a/src/python/sys.rs +++ b/src/python/sys.rs @@ -194,6 +194,7 @@ pub static KNOWN_STANDARD_LIBRARY: Lazy> = Lazy::new(|| "tkinter", "token", "tokenize", + "tomllib", "trace", "traceback", "tracemalloc",