]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
python: Add patch to disable SOCK_CLOEXEC usage
authorVlad Badoiu <vlad_andrei.badoiu@upb.ro>
Tue, 18 Jan 2022 20:59:50 +0000 (22:59 +0200)
committerUnikraft <monkey@unikraft.io>
Fri, 18 Nov 2022 10:22:08 +0000 (10:22 +0000)
commitd0f247f2be6a8ab05c1105b9515e7d08cc6198fa
tree00c15b727a910d67205a0a65da823a9547e8d8ec
parent07a273d7457e2fe0364448def4d35112ccfd7eb9
python: Add patch to disable SOCK_CLOEXEC usage

We create a patch that undefines this symbol inside
the posix socket module of Python. We do this because
the functionality is not available under lwip and it
causes an error under Python.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@upb.ro>
Reviewed-by: Daniel Dinca <daniel.dinca@unikraft.io>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #5
patches/0003-Do-not-use-SOCK_CLOEXEC.patch [new file with mode: 0644]