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

« back to all changes in this revision

Viewing changes to Objects/genobject.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:
333
333
        0,                                      /* tp_print */
334
334
        0,                                      /* tp_getattr */
335
335
        0,                                      /* tp_setattr */
336
 
        0,                                      /* tp_compare */
 
336
        0,                                      /* tp_reserved */
337
337
        (reprfunc)gen_repr,                     /* tp_repr */
338
338
        0,                                      /* tp_as_number */
339
339
        0,                                      /* tp_as_sequence */