Cells are not VAR objects.
Noted by Jason Orendorff, SF #520768. Bug fix candidate for 2.1 & 2.2.
This commit is contained in:
parent
88b666ca3f
commit
31e233aa7a
|
@ -7,7 +7,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
typedef struct {
|
||||
PyObject_VAR_HEAD
|
||||
PyObject_HEAD
|
||||
PyObject *ob_ref;
|
||||
} PyCellObject;
|
||||
|
||||
|
|
Loading…
Reference in New Issue