在Eve 中的 Stackless Python 中,有一些关于 Python 中的“BLUE”对象的讨论。有人知道这项技术的详细信息吗?
问问题
930 次
1 回答
3
它是CCP可能为EVE Online内部开发的框架的代号。EVE Online 安装附带blue.dll
. 它有一个 python API ( import blue
)。
深入研究blue.dll
揭示:
描述: CCP 蓝色框架
$ strings blue.dll | egrep "python|Py" | less
BlueObjectBuilderPython
BlueEventToPython
IBluePyOS
IPythonEvents
IPythonMethods
IPythonNumeric
PythonEvents
BlueEventToPython
BlueObjectBuilderPython
Proxy object builder that calls a python method to construct the object.
BeOS::Python
BlueOS/mShutdownPythonCallbacks
Py_FatalError: %s
Fatal Python error: %s
PumpOS::end PumpPython
s|O:PyCreateInstance
Thunker for constructing python objects.
python file object api
Python object
Python object pointer
An unrepresentable Python object
PyOS::StacklessIoDispatch
PyOS::Run Watchdog
PyOS::Create Tasklet
PyOS::PyError
PyOS::Synchro Tick
Python Logs
Runs a python script.
Enable python ref. stack trace
Returns the python and blue reference counts
Error while calling Python logging callback function. Disabling logging in Python!
BluePyOS
BluePyOS/mThreads
于 2010-09-30T18:57:16.017 回答