~ubuntu-branches/ubuntu/lucid/python-apt/lucid

« back to all changes in this revision

Viewing changes to python/generic.h

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2010-03-29 13:18:20 UTC
  • Revision ID: james.westby@ubuntu.com-20100329131820-sqceztw560dyvc2b
Tags: 0.7.94.2ubuntu4
If PYTHON_APT_DEPRECATION_WARNINGS is unset, also disable the
deprecation warnings in apt_pkg directly; and don't just
disable any deprecation warning in apt/__init__.py (LP: #548623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <string>
32
32
#include <iostream>
33
33
#include <new>
 
34
#include <cstdlib>
34
35
 
35
36
#if PYTHON_API_VERSION < 1013
36
37
typedef int Py_ssize_t;