Getting ready for 2.0b1 release.
35 files changed:
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
PyArg_GetShort
PyArg_GetLong
PyArg_GetObject
+PyErr_WriteUnraisable
PyErr_NewException
PyErr_Format
PyErr_BadInternalCall
+_PyErr_BadInternalCall
PyErr_SetFromErrno
PyErr_SetFromErrnoWithFilename
PyErr_NoMemory
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