mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue