在Stackless Python in Eve中,有一些关于“蓝色”对象的讨论。有没有人知道这项技术的细节?
发布于 2010-10-01 02:57:16
它是一个可能是为EVE Online内部开发的框架CCP的代号。EVE Online安装附带blue.dll。它有一个python API (import blue)。
深入研究blue.dll会发现:
说明: CCP Blue框架
$ 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/mThreadshttps://stackoverflow.com/questions/3831954
复制相似问题