Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #37211 > unrolled thread

RE: Thorough Python 2.7.3 Windows Build Documentation?

Started by"Leonard, Arah" <Arah.Leonard@bruker-axs.com>
First post2013-01-21 16:28 +0000
Last post2013-01-21 16:28 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  RE: Thorough Python 2.7.3 Windows Build Documentation? "Leonard, Arah" <Arah.Leonard@bruker-axs.com> - 2013-01-21 16:28 +0000

#37211 — RE: Thorough Python 2.7.3 Windows Build Documentation?

From"Leonard, Arah" <Arah.Leonard@bruker-axs.com>
Date2013-01-21 16:28 +0000
SubjectRE: Thorough Python 2.7.3 Windows Build Documentation?
Message-ID<mailman.753.1358785704.2939.python-list@python.org>
Hello again Python programmers,

	Final update on my Python 2.7.3 build issues.  After much insanity I finally used a process sniffer when running Python and tracked down that because of a path environment variable and the stupidity of Microsoft, Windows was loading another python27.dll rather than the one in the directory with the python.exe that I built, thus rendering my former tests useless.  Sorting this out using the .exe.local trick, I was able to re-test everything and come to reliable conclusions.  Based on performance results, it is without a doubt in my mind that the Python 2.7.3 precompiled binaries in the MSI are a PGO build.  I can now build my own binaries with the same performance as the released precompiled binaries.  And on my machine at least, these PGO built binaries do perform 30-36% faster than a normal release build.  Useful information if you're doing your own Python builds.  I'd still like to see Python start including some thorough build documentation on each release, but I'm certainly not going to be holding my breath on that.  ;)  Cheers.

Sincerely,
Arah Leonard

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web