projects
/
platform
/
core
/
uifw
/
nlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa118e
)
Replace deprecated API
67/320167/1
accepted/tizen_unified
accepted/tizen_unified_x
tizen
accepted/tizen/unified/20250226.044806
accepted/tizen/unified/x/20250226.132028
author
Inhong Han
<inhong1.han@samsung.com>
Tue, 25 Feb 2025 00:48:51 +0000
(09:48 +0900)
committer
Inhong Han
<inhong1.han@samsung.com>
Tue, 25 Feb 2025 01:21:15 +0000
(10:21 +0900)
Change-Id: Ib2da53e3b2785a675eeb78a830bb8fc1088e1b30
service/src/nltk.c
patch
|
blob
|
history
diff --git
a/service/src/nltk.c
b/service/src/nltk.c
index f34c882f8bcce58e7950b7860d4b2bebfff176a5..4a9b14e95dd7cfd228ac1e45e6e6672571c25335 100644
(file)
--- a/
service/src/nltk.c
+++ b/
service/src/nltk.c
@@
-120,7
+120,7
@@
PyObject* nltk_get_module(const char* name)
{
PyObject *pModule = NULL;
PRET_VM(!name, NULL, "Input parameter [name] is NULL!");
- pModule = PyImport_ImportModule
NoBlock
(name);
+ pModule = PyImport_ImportModule(name);
if (!pModule || PyErr_Occurred())
{
PyErr_Print();