diff options
Diffstat (limited to 'PC/os2emx')
| -rw-r--r-- | PC/os2emx/Makefile | 1 | ||||
| -rw-r--r-- | PC/os2emx/python27.def | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index 0db46a5308..d9cded7cb9 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile @@ -332,6 +332,7 @@ SRC.PYTHON= $(addprefix $(TOP), \ Python/ceval.c \ Python/compile.c \ Python/codecs.c \ + Python/dynamic_annotations.c \ Python/errors.c \ Python/frozen.c \ Python/frozenmain.c \ diff --git a/PC/os2emx/python27.def b/PC/os2emx/python27.def index 0776ced1c8..d87dd76c75 100644 --- a/PC/os2emx/python27.def +++ b/PC/os2emx/python27.def @@ -1048,11 +1048,6 @@ EXPORTS "_PyThreadState_Current" "_PyThreadState_GetFrame" -; From python26_s.lib(pystrtod) - "PyOS_ascii_strtod" - "PyOS_ascii_formatd" - "PyOS_ascii_atof" - ; From python26_s.lib(pythonrun) "Py_IgnoreEnvironmentFlag" "Py_DebugFlag" @@ -1173,7 +1168,6 @@ EXPORTS "PyThread_delete_key" "PyThread_set_key_value" "PyThread_get_key_value" - "PyThread__exit_thread" ; From python26_s.lib(gcmodule) ; "initgc" |
