]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
patches: Fix ctypes import error
authorAndrei Tatar <andrei@unikraft.io>
Tue, 29 Aug 2023 00:03:58 +0000 (02:03 +0200)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Sun, 1 Oct 2023 16:54:42 +0000 (19:54 +0300)
commita5f8ef1f0a8a7b5a0c982b33b7de01eec330afa0
tree6cd79ff2d8913f620a0354aadc07a04589a424b1
parent5900336e7fe5d8ebf6542f08ea5913cf86c089a7
patches: Fix ctypes import error

This change adds a patch that allows ctypes to be imported by ignoring
a failing PyDLL() call (which is not supported under Unikraft due to
lack of dynamic linking).

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #18
patches/0004-Ignore-failure-to-load-python-lib-via-ctypes.patch [new file with mode: 0644]