#26596·protobuf

伞式问题:原型起发PythonC扩展分析报告

作者: devdanzin创建于 2026年3月26日更新于 2026年9月13日
标签buguntriaged

(same setup as above to get TestMsg)

class BombDescriptor: def get(self, obj, objtype=None): raise KeyboardInterrupt("should not be swallowed")

TestMsg.bomb = BombDescriptor() try: TestMsg.bomb except AttributeError: print("BUG: KeyboardInterrupt swallowed, replaced with AttributeError")

内容来源: protocolbuffers/protobuf