~james-w/ubuntu/lucid/psycopg2/precise-backport

« back to all changes in this revision

Viewing changes to psycopg/adapter_pboolean.h

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella, Jakub Wilk, Fabio Tranchitella
  • Date: 2011-06-19 18:25:53 UTC
  • mfrom: (5.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110619182553-uye7z0g5ewab98px
Tags: 2.4.2-1
[ Jakub Wilk ]
* Add Debian Python Modules Team to Uploaders.

[ Fabio Tranchitella ]
* New upstream release.
* debian/watch: updated, use pypi.
* debian/control, debian/rules: switched to dh_python2.
* debian/control: bumped Standard-Version to 3.9.2, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifndef PSYCOPG_PBOOLEAN_H
27
27
#define PSYCOPG_PBOOLEAN_H 1
28
28
 
29
 
#define PY_SSIZE_T_CLEAN
30
 
#include <Python.h>
31
 
 
32
 
#include "psycopg/config.h"
33
 
 
34
29
#ifdef __cplusplus
35
30
extern "C" {
36
31
#endif