]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Update to upstream Python 3.10.11
authorAndrei Tatar <andrei@unikraft.io>
Tue, 18 Jul 2023 20:22:33 +0000 (22:22 +0200)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 16:00:37 +0000 (16:00 +0000)
commit2dd18375866eb3ecef7da901569d2be1c8fa62b3
tree92e01210cf126e832ad6f2ef35b3f4a58e2ea611
parent6a2ee037e14deaafd08a9ab9462e2e955469ea22
Update to upstream Python 3.10.11

This change updates the unikraft port of python to 3.10, bringing
patches, pyconfig.h and modules_config.c up to date.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #15
12 files changed:
Config.uk
Makefile.uk
include/pyconfig.h
main.c
modules_config.c
patches/0000-Undefine-HAVE_FORK-and-HAVE_EXECVE.patch [new file with mode: 0644]
patches/0001-Undefine-HAVE_FORK-and-HAVE_EXECVE.patch [deleted file]
patches/0001-asyncio-Replace-unix-sockets-with-pipes.patch [new file with mode: 0644]
patches/0002-Do-not-compile-py-files-on-library-install.patch [new file with mode: 0644]
patches/0002-Use-pthread_t-to-unsigned-long-conversion.patch [deleted file]
patches/0003-Do-not-compile-C-files-on-library-install.patch [new file with mode: 0644]
patches/0003-Do-not-use-SOCK_CLOEXEC.patch [deleted file]