~ubuntu-branches/ubuntu/trusty/protobuf/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/python-protobuf.README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-05-31 14:41:47 UTC
  • mfrom: (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110531144147-s41g5fozgvyo462l
Tags: 2.4.0a-2ubuntu1
* Merge with Debian; remaining changes:
  - Fix linking with -lpthread.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
C++ backend
 
2
===========
 
3
 
 
4
Note that protobuf version 2.4.0 added an experimental C++-based
 
5
library for the python bindings. Currently, this is not enabled by
 
6
default, and selection of the used backend depends on the
 
7
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION environment variable as such:
 
8
 
 
9
- when set to 'python' (the default), the classic Python
 
10
  implementation is used
 
11
- when set to 'cpp', the new implementation is used
 
12
 
 
13
While you can use this variable to explicitly control the
 
14
implementation being used, upstream said that the selection methods or
 
15
the default could change in the future so you should be warned.
 
16
 
 
17
 -- Iustin Pop <iustin@debian.org>, Wed, 16 Feb 2011 21:23:38 +0100