Skip to content

Commit

Permalink
type_object
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 31, 2018
1 parent f24a90a commit 1bc1743
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/type_object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,9 @@ Later initialized by::
goto fail;
((PyTypeObject *)v)->tp_new = NULL;
_curses_panelstate(m)->PyCursesPanel_Type = v;


Remove cross-version binary compatibility
=========================================

See `bpo-32388 <https://bugs.python.org/issue32388>`_.

0 comments on commit 1bc1743

Please sign in to comment.