summaryrefslogtreecommitdiff
path: root/pkg/python/modules.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-10-05 14:02:43 -0700
committerMichael Forney <mforney@mforney.org>2021-10-05 18:54:21 -0700
commitd988d58d98a2f08684b2c428a6583530634d96b8 (patch)
tree8f088faea31ee9fb830176a79528c670bb5d1291 /pkg/python/modules.lua
parentaf5fcf41878940ba4a3cf79726a61ee1b08e4538 (diff)
python: Update to 3.10.0
Diffstat (limited to 'pkg/python/modules.lua')
-rw-r--r--pkg/python/modules.lua6
1 files changed, 2 insertions, 4 deletions
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'},