Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > RE: Thorough Python 2.7.3 Windows Build Documentation?

Reply
Thread Tools

RE: Thorough Python 2.7.3 Windows Build Documentation?

 
 
Leonard, Arah
Guest
Posts: n/a
 
      01-21-2013
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 becauseof a path environment variable and the stupidity of Microsoft, Windows wasloading another python27.dll rather than the one in the directory with thepython.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 adoubt in my mind that the Python 2.7.3 precompiled binaries in the MSI area PGO build. I can now build my own binaries with the same performance asthe 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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Thorough Python 2.7.3 Windows Build Documentation? donarb Python 1 01-17-2013 06:25 PM
Re: Thorough Python 2.7.3 Windows Build Documentation? Stefan Krah Python 0 01-17-2013 05:29 PM
RE: Thorough Python 2.7.3 Windows Build Documentation? Leonard, Arah Python 0 01-17-2013 05:09 PM
Re: Thorough Python 2.7.3 Windows Build Documentation? Stefan Krah Python 0 01-17-2013 04:12 PM
Re: Thorough Python 2.7.3 Windows Build Documentation? Terry Reedy Python 0 01-17-2013 03:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57