From d988d58d98a2f08684b2c428a6583530634d96b8 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 5 Oct 2021 14:02:43 -0700 Subject: python: Update to 3.10.0 --- pkg/python/modules.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pkg/python/modules.lua') diff --git a/pkg/python/modules.lua b/pkg/python/modules.lua index 48253cec..d847f2d6 100644 --- a/pkg/python/modules.lua +++ b/pkg/python/modules.lua @@ -28,7 +28,6 @@ return { }, faulthandler={'faulthandler.c'}, _tracemalloc={'_tracemalloc.c'}, - _peg_parser={'_peg_parser.c'}, --_symtable={'symtablemodule.c'}, --xxsubtype={'xxsubtype.c'}, @@ -44,7 +43,6 @@ return { _bisect={'_bisectmodule.c'}, _heapq={'_heapqmodule.c'}, _pickle={'_pickle.c'}, - -- atexit defined above _json={'_json.c'}, --_lsprof={'_lsprof.c', 'rotatingtree.c'}, unicodedata={'unicodedata.c'}, @@ -58,7 +56,6 @@ return { grp={'grpmodule.c'}, spwd={'spwdmodule.c'}, select={'selectmodule.c'}, - parser={'parsermodule.c'}, mmap={'mmapmodule.c'}, --syslog={'syslogmodule.c'}, --_xxsubinterpreters={'_xxsubinterpretersmodule.c'}, @@ -96,10 +93,11 @@ return { --_codecs_tw={'cjkcodecs/_codecs_tw.c'}, --_codecs_hk={'cjkcodecs/_codecs_hk.c'}, --_codecs_iso2022={'cjkcodecs/_codecs_iso2022.c'}, - _posixshmem={'_multiprocessing/posixshmem.c'}, _multiprocessing={'_multiprocessing/multiprocessing.c', '_multiprocessing/semaphore.c'}, + _posixshmem={'_multiprocessing/posixshmem.c'}, --_uuid={'_uuidmodule.c'}, --xxlimited={'xxlimited.c'}, + --xxlimited_35={'xxlimited_35.c'}, --_tkinter={'_tkinter.c', 'tkappinit.c'}, --_ctypes={'_ctypes/_ctypes.c', '_ctypes/callbacks.c', '_ctypes/callproc.c', '_ctypes/stgdict.c', '_ctypes/cfield.c'}, --_ctypes_test={'_ctypes/_ctypes_test.c'}, -- cgit v1.2.3