mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #6477: Merge with 3.3.
This commit is contained in:
commit
2ccf8e969c
3 changed files with 10 additions and 10 deletions
|
@ -829,8 +829,8 @@ they can have object code that is not dependent on Python compilation flags.
|
|||
PyAPI_FUNC(void) Py_IncRef(PyObject *);
|
||||
PyAPI_FUNC(void) Py_DecRef(PyObject *);
|
||||
|
||||
PyAPI_DATA(PyTypeObject) PyNone_Type;
|
||||
PyAPI_DATA(PyTypeObject) PyNotImplemented_Type;
|
||||
PyAPI_DATA(PyTypeObject) _PyNone_Type;
|
||||
PyAPI_DATA(PyTypeObject) _PyNotImplemented_Type;
|
||||
|
||||
/*
|
||||
_Py_NoneStruct is an object of undefined type which can be used in contexts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue