Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.037 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'essentially': 0.04; 'responsive': 0.09; 'things,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'unicode,': 0.16; 'sender:addr:gmail.com': 0.17; 'thanks,': 0.17; 'users.': 0.18; "hasn't": 0.19; 'cc:addr:python.org': 0.22; 'fixed.': 0.24; 'skip': 0.24; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'vendor': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'getting': 0.31; 'libraries': 0.31; 'linux': 0.33; 'plain': 0.33; 'problem.': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'c++': 0.36; 'ram': 0.36; 'done': 0.36; 'too': 0.37; 'how': 0.40; 'even': 0.60; "you're": 0.61; 'our': 0.64; 'more': 0.64; 'chance': 0.65; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'subject:skip:_ 30': 0.84; 'besides,': 0.93; 'luck': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=UotLH/mAMCUushEAiiRoiHT6ZjWq5LyWlcUbmE8+YvE=; b=mIKazF2EB3/kY484uvqOGj/egi2PM/1/z/Y+JRq2PNbNbza5wrPSJywfouOnTTrgUm wxO/qqFCfNapA8133wil8nxQWR/7YsrieM+gdVCiZNeFeITgs/Ie3o3Q2xwcmDVbsDPV uIShXciNTP7a8tknm3kExf1k0oUZMEBXHxTq3hVT/K6Qtzk4CYyvr1Nc195kd9ygOr6C NcliOw03d1KrpLZETqjuTGHGCs0zwHCWZFag6kfs1JN7JZWamP49s1n1oURjkL/qq0qT 4nILrYbvMgg8xZpCshVrFKU068WaKcIuwa7SSeSLf+UlItKk3ctiUbFHwMTsq/KaTj7+ 4tOw== MIME-Version: 1.0 X-Received: by 10.52.23.68 with SMTP id k4mr5162771vdf.24.1391457137376; Mon, 03 Feb 2014 11:52:17 -0800 (PST) Sender: skip.montanaro@gmail.com In-Reply-To: References: Date: Mon, 3 Feb 2014 13:52:17 -0600 X-Google-Sender-Auth: xobOYRLD9y7DTctWK32ca2MXIlQ Subject: Re: undefined symbol: _PyUnicodeUCS4_AsDefaultEncodedString From: Skip Montanaro To: Chris Angelico Content-Type: text/plain; charset=UTF-8 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391457145 news.xs4all.nl 2971 [2001:888:2000:d::a6]:57694 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65373 > Good luck getting this fixed. Even if you do manage to get your vendor > to start shipping wide builds, you're going to have people screaming > about how much more RAM their processes use now :( Never mind that > other Linux builds of Python have done the same thing for years. Our vendor hasn't been all that responsive about other things, so I'm not too worried about the screams from users. Besides, essentially everything we do that matters here is plain old ASCII. Many of our C++ libraries don't grok Unicode, so there's not much chance a wide version of Python from our vendor would cause much problem. Thanks, Skip