Commit 93e5d54b authored by Jack Jansen's avatar Jack Jansen

Removed 68K support.

Getting ready for 2.0b1 release.
parent fa1e27d8
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -13,10 +13,13 @@ PyEval_GetGlobals ...@@ -13,10 +13,13 @@ PyEval_GetGlobals
PyEval_GetLocals PyEval_GetLocals
PyEval_GetBuiltins PyEval_GetBuiltins
PyEval_EvalCode PyEval_EvalCode
Py_SetRecursionLimit
Py_GetRecursionLimit
Py_MakePendingCalls Py_MakePendingCalls
Py_AddPendingCall Py_AddPendingCall
PyEval_RestoreThread PyEval_RestoreThread
PyEval_SaveThread PyEval_SaveThread
PyEval_ReInitThreads
PyEval_ReleaseThread PyEval_ReleaseThread
PyEval_AcquireThread PyEval_AcquireThread
PyEval_ReleaseLock PyEval_ReleaseLock
...@@ -34,9 +37,11 @@ PyArg_GetFloat ...@@ -34,9 +37,11 @@ PyArg_GetFloat
PyArg_GetShort PyArg_GetShort
PyArg_GetLong PyArg_GetLong
PyArg_GetObject PyArg_GetObject
PyErr_WriteUnraisable
PyErr_NewException PyErr_NewException
PyErr_Format PyErr_Format
PyErr_BadInternalCall PyErr_BadInternalCall
_PyErr_BadInternalCall
PyErr_SetFromErrno PyErr_SetFromErrno
PyErr_SetFromErrnoWithFilename PyErr_SetFromErrnoWithFilename
PyErr_NoMemory PyErr_NoMemory
...@@ -115,14 +120,17 @@ Py_FatalError ...@@ -115,14 +120,17 @@ Py_FatalError
PyParser_SimpleParseString PyParser_SimpleParseString
PyParser_SimpleParseFile PyParser_SimpleParseFile
Py_CompileString Py_CompileString
PyRun_FileEx
PyRun_File PyRun_File
PyRun_String PyRun_String
PyErr_PrintEx PyErr_PrintEx
PyErr_Print PyErr_Print
PyRun_SimpleString PyRun_SimpleString
PyRun_SimpleFileEx
PyRun_SimpleFile PyRun_SimpleFile
PyRun_InteractiveOne PyRun_InteractiveOne
PyRun_InteractiveLoop PyRun_InteractiveLoop
PyRun_AnyFileEx
PyRun_AnyFile PyRun_AnyFile
Py_GetPythonHome Py_GetPythonHome
Py_SetPythonHome Py_SetPythonHome
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment