From 69b04f3be77e25e10f1e11b15d862d0cbe707c4d Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 6 Oct 2020 01:01:42 -0700 Subject: python: Update to 3.9.0 --- pkg/python/modules.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkg/python/modules.lua') diff --git a/pkg/python/modules.lua b/pkg/python/modules.lua index 93b978ba..3bb65721 100644 --- a/pkg/python/modules.lua +++ b/pkg/python/modules.lua @@ -27,7 +27,8 @@ return { '_io/stringio.c', }, faulthandler={'faulthandler.c'}, - _tracemalloc={'_tracemalloc.c', 'hashtable.c'}, + _tracemalloc={'_tracemalloc.c'}, + _peg_parser={'_peg_parser.c'}, --_symtable={'symtablemodule.c'}, --xxsubtype={'xxsubtype.c'}, @@ -38,6 +39,7 @@ return { cmath={'cmathmodule.c', '_math.c'}, -- time defined above _datetime={'_datetimemodule.c'}, + _zoneinfo={'_zoneinfo.c'}, _random={'_randommodule.c'}, _bisect={'_bisectmodule.c'}, _heapq={'_heapqmodule.c'}, -- cgit v1.2.3