~ubuntu-branches/ubuntu/saucy/dbus-python/saucy-proposed

« back to all changes in this revision

Viewing changes to _dbus_bindings/float.c

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2013-05-08 08:58:16 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20130508085816-nn1mkskqmjuzn9u6
Tags: 1.2.0-1
* Check for sysconfig EXT_SUFFIX (for Python 3.3), falling back to SO if
  not found (for Python 3.2) (Closes: #707139)
* New upstream release
  - Unicode in exceptions works better (LP: #846044)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <Python.h>
27
27
#include <structmember.h>
28
28
 
29
 
#include <stdint.h>
30
 
 
31
29
#include "dbus_bindings-internal.h"
32
30
#include "types-internal.h"
33
31