~ubuntu-branches/ubuntu/karmic/python3.0/karmic

« back to all changes in this revision

Viewing changes to Modules/_threadmodule.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-16 17:18:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216171823-1d5cm5qnnjvmnzzm
Tags: 3.0.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
        0,                              /*tp_print*/
130
130
        0,                              /*tp_getattr*/
131
131
        0,                              /*tp_setattr*/
132
 
        0,                              /*tp_compare*/
 
132
        0,                              /*tp_reserved*/
133
133
        0,                              /*tp_repr*/
134
134
        0,                              /*tp_as_number*/
135
135
        0,                              /*tp_as_sequence*/
358
358
        /* tp_print          */ 0,
359
359
        /* tp_getattr        */ 0,
360
360
        /* tp_setattr        */ 0,
361
 
        /* tp_compare        */ 0,
 
361
        /* tp_reserved       */ 0,
362
362
        /* tp_repr           */ 0,
363
363
        /* tp_as_number      */ 0,
364
364
        /* tp_as_sequence    */ 0,