Kaydet (Commit) 2510b46c authored tarafından Michael W. Hudson's avatar Michael W. Hudson

backport jhylton's checkin of

    revision 2.2 of cellobject.h

Cells are not VAR objects.

Noted by Jason Orendorff, SF #520768.

Bug fix candidate for 2.1 & 2.2.
üst 7d23700b
...@@ -7,7 +7,7 @@ extern "C" { ...@@ -7,7 +7,7 @@ extern "C" {
#endif #endif
typedef struct { typedef struct {
PyObject_VAR_HEAD PyObject_HEAD
PyObject *ob_ref; PyObject *ob_ref;
} PyCellObject; } PyCellObject;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment