Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Ginga, Dick" Newsgroups: comp.lang.python Subject: wrappers for C/C++ Date: Fri, 11 Dec 2015 17:21:11 +0000 Lines: 7 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de DqeCOvrl92CItGVgukuT+ADDX0AWHUK8TPVX1G7yCvQw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.038 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'wrapper': 0.07; 'c/c++': 0.09; 'inherited': 0.09; '3.2.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrappers': 0.16; 'to:name:python- list@python.org': 0.20; 'libraries': 0.22; 'code.': 0.23; '3.1': 0.29; 'subject:/': 0.30; 'builds': 0.33; 'url:org': 0.36; 'to:addr :python-list': 0.36; 'url:rec-html40': 0.37; 'charset:us-ascii': 0.37; 'version': 0.38; 'build': 0.40; 'to:addr:python.org': 0.40; 'url:schemas': 0.40; 'url:office': 0.40; 'our': 0.64; 'received:67.231': 0.84; 'received:(may be forged)': 0.91 Thread-Topic: wrappers for C/C++ Thread-Index: AdE0OFRZmolwdw5FQYe4N84IoMoa8w== Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [165.88.255.167] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2015-12-11_10:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0.9 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310007 definitions=main-1512110308 X-Mailman-Approved-At: Fri, 11 Dec 2015 12:22:58 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100278 I have inherited a product build that uses SWIG to product wrapper librarie= s for our C/C++ code. It currently builds these wrappers for 2.5, 2.6, 3.1 = and 3.2. Is it necessary to have version specific wrappers?