]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
python3: Fix sqlite3 module RELEASE-0.10.0 RELEASE-0.7.0 RELEASE-0.8.0 RELEASE-0.9.0
authorVlad Badoiu <vlad_andrei.badoiu@upb.ro>
Sat, 15 Jan 2022 14:45:13 +0000 (16:45 +0200)
committerUnikraft <monkey@unikraft.io>
Tue, 1 Feb 2022 21:37:40 +0000 (21:37 +0000)
commita69471ff6d53e727974ff07d35ac147b4e870392
treebc6f9b2b41911918cd162b8ed9e569cf43e1543f
parent3d526bdb469c98a81bcb188298f0f118658984b9
python3: Fix sqlite3 module

This patch fixes several problems that would cause compilation errors
when the sqlite3 module is selected. This patch fixes the name of
the module to sqlite3 as it defined in the oficial documentation, adds
missing export in module_config.c and defines passes two symbols
MODULE_NAME and SQLITE_OMIT_LOAD_EXTENSION.

Signed-off-by: Vlad Badoiu <vlad_andrei.badoiu@upb.ro>
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@gmail.com>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #4
Makefile.uk
modules_config.c