mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed 68K support.
Getting ready for 2.0b1 release.
This commit is contained in:
parent
fa1e27d8d2
commit
93e5d54bfd
35 changed files with 8 additions and 0 deletions
Binary file not shown.
BIN
Mac/Build/Cm.prj
BIN
Mac/Build/Cm.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Fm.prj
BIN
Mac/Build/Fm.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -13,10 +13,13 @@ PyEval_GetGlobals
|
|||
PyEval_GetLocals
|
||||
PyEval_GetBuiltins
|
||||
PyEval_EvalCode
|
||||
Py_SetRecursionLimit
|
||||
Py_GetRecursionLimit
|
||||
Py_MakePendingCalls
|
||||
Py_AddPendingCall
|
||||
PyEval_RestoreThread
|
||||
PyEval_SaveThread
|
||||
PyEval_ReInitThreads
|
||||
PyEval_ReleaseThread
|
||||
PyEval_AcquireThread
|
||||
PyEval_ReleaseLock
|
||||
|
@ -34,9 +37,11 @@ PyArg_GetFloat
|
|||
PyArg_GetShort
|
||||
PyArg_GetLong
|
||||
PyArg_GetObject
|
||||
PyErr_WriteUnraisable
|
||||
PyErr_NewException
|
||||
PyErr_Format
|
||||
PyErr_BadInternalCall
|
||||
_PyErr_BadInternalCall
|
||||
PyErr_SetFromErrno
|
||||
PyErr_SetFromErrnoWithFilename
|
||||
PyErr_NoMemory
|
||||
|
@ -115,14 +120,17 @@ Py_FatalError
|
|||
PyParser_SimpleParseString
|
||||
PyParser_SimpleParseFile
|
||||
Py_CompileString
|
||||
PyRun_FileEx
|
||||
PyRun_File
|
||||
PyRun_String
|
||||
PyErr_PrintEx
|
||||
PyErr_Print
|
||||
PyRun_SimpleString
|
||||
PyRun_SimpleFileEx
|
||||
PyRun_SimpleFile
|
||||
PyRun_InteractiveOne
|
||||
PyRun_InteractiveLoop
|
||||
PyRun_AnyFileEx
|
||||
PyRun_AnyFile
|
||||
Py_GetPythonHome
|
||||
Py_SetPythonHome
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/Qt.prj
BIN
Mac/Build/Qt.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/TE.prj
BIN
Mac/Build/TE.prj
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Mac/Build/xx.prj
BIN
Mac/Build/xx.prj
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue