首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CCP Stackless演示文稿中的蓝色是什么?

CCP Stackless演示文稿中的蓝色是什么?
EN

Stack Overflow用户
提问于 2010-09-30 23:10:24
回答 1查看 928关注 0票数 3

Stackless Python in Eve中,有一些关于“蓝色”对象的讨论。有没有人知道这项技术的细节?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2010-10-01 02:57:16

它是一个可能是为EVE Online内部开发的框架CCP的代号。EVE Online安装附带blue.dll。它有一个python API (import blue)。

深入研究blue.dll会发现:

说明: CCP Blue框架

代码语言:javascript
复制
$ 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
票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/3831954

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档