[protobuf] Re: Issue 292 in protobuf: In python-proto2.cc any time ->parent is set you need to Py_INCREF on it

2011-06-06 Thread protobuf
Updates: Cc: f...@google.com g...@google.com Comment #1 on issue 292 by liuj...@google.com: In python-proto2.cc any time ->parent is set you need to Py_INCREF on it http://code.google.com/p/protobuf/issues/detail?id=292 Adding python maintainers to take a look. -- You received this m

[protobuf] Re: Issue 292 in protobuf: In python-proto2.cc any time ->parent is set you need to Py_INCREF on it

2011-06-06 Thread protobuf
Comment #2 on issue 292 by f...@google.com: In python-proto2.cc any time ->parent is set you need to Py_INCREF on it http://code.google.com/p/protobuf/issues/detail?id=292 You are running into an issue that we know of, but is hard to resolve. It's not a simple Py_INCREF on the parent. The

[protobuf] Re: Issue 292 in protobuf: In python-proto2.cc any time ->parent is set you need to Py_INCREF on it

2012-12-03 Thread protobuf
Updates: Status: WontFix Comment #3 on issue 292 by xiaof...@google.com: In python-proto2.cc any time ->parent is set you need to Py_INCREF on it http://code.google.com/p/protobuf/issues/detail?id=292 A new C++ backed python implementation is under development and will address this