/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/python-compat.h

  • Committer: Jelmer Vernooij
  • Date: 2017-09-11 03:48:46 UTC
  • mfrom: (6753.2.1 rio_pyx)
  • Revision ID: jelmer@jelmer.uk-20170911034846-j36eyvo5wruswf9s
Merge lp:~jelmer/brz/rio_pyx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#define PyBytes_Type PyString_Type
48
48
#define PyBytes_CheckExact PyString_CheckExact
49
49
 
 
50
/* Lazy hide Python 3.3 only functions, callers must avoid on 2.7 anyway */
 
51
#define PyUnicode_AsUTF8AndSize(u, size) NULL
 
52
 
50
53
#define PYMOD_ERROR
51
54
#define PYMOD_SUCCESS(val)
52
55
#define PYMOD_INIT_FUNC(name) void init##name(void)