Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!xlned.com!feeder7.xlned.com!news2.euro.net!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '3.2': 0.05; 'flags': 0.05; 'subject:Python': 0.06; 'python': 0.08; 'question:': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:library': 0.09; 'configure': 0.11; 'wrote:': 0.14; '"d"': 0.16; '"m"': 0.16; '"u"': 0.16; 'abi)': 0.16; 'angelico': 0.16; 'from:addr:acm.org': 0.16; 'received:198.144': 0.16; '(i.e.': 0.17; 'seems': 0.21; 'differ': 0.23; 'versions': 0.23; 'object': 0.26; 'shared': 0.32; 'received:198': 0.32; 'header:X-Complaints- To:1': 0.32; 'does': 0.33; 'to:addr:python-list': 0.33; 'chris': 0.34; 'header:User-Agent:1': 0.35; 'couple': 0.35; 'options': 0.36; 'charset:us-ascii': 0.36; 'url:docs': 0.37; 'url:python': 0.38; 'received:org': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'feature': 0.40; 'url:3': 0.67; 'article': 0.76; 'subject:Building': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Building Python: static library "3.2m" Date: Sun, 22 May 2011 21:01:27 -0700 References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: baybryj.net User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 18 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306123306 news.xs4all.nl 49184 [::ffff:82.94.164.166]:53300 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6035 In article , Chris Angelico wrote: > Question: Why "3.2m"? What does that m mean? It seems to have come up > a couple of times in the build process. It's a new feature in Python 3.2 to allow multiple versions of shared C object files that differ in configure options (i.e. ones that affect the Python C ABI) to co-exist in one Python installation. "m" means that they were built with pymalloc. Other flags are "d" for debug, and "u" for wide-unicode. http://docs.python.org/py3k/whatsnew/3.2.html#pep-3149-abi-version-tagged -so-files -- Ned Deily, nad@acm.org