This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kovidgoyal
Recipients docs@python, kovidgoyal, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2015-11-30.10:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448879055.66.0.832044779058.issue25759@psf.upfronthosting.co.za>
In-reply-to
Content
I take it back, my methodology in reproducing the function calls used by the gzip module was flawed. 

It does look like a bug in the CRT, but I have not been able to isolate a simple way of reproducing it. I have however, found a workaround for it, that has an acceptable performance impact. 

https://github.com/kovidgoyal/cpython/commit/72ae720ab057b1ac0402d67a7195d575d34afbbd

Now all tests pass (except for tcl/tk and distutils, neither of which I care about -- well I will probably need to fix up distutils at some point, but not now :). Running testsuite as

./PCbuild/amd64/python_d.exe Lib/test/regrtest.py -u network,cpu,subprocess,urlfetch

@steve: Thank you for all the work you did porting python 3.x to VS 2015, that certainly made by life a lot easier.

I would of course, be ecstatic if you were to consider merging my work into the python 2.7 branch, but if not, I understand -- no one likes to maintain a legacy codebase.

In any case, for interested third parties, my work is available here:

https://github.com/kovidgoyal/cpython (2.7 branch)

and instructions on building python on windows using a nice cygwin environment are here: 

https://github.com/kovidgoyal/calibre/blob/master/setup/installer/windows/notes2.rst
History
Date User Action Args
2015-11-30 10:24:15kovidgoyalsetrecipients: + kovidgoyal, paul.moore, tim.golden, r.david.murray, docs@python, zach.ware, steve.dower
2015-11-30 10:24:15kovidgoyalsetmessageid: <1448879055.66.0.832044779058.issue25759@psf.upfronthosting.co.za>
2015-11-30 10:24:15kovidgoyallinkissue25759 messages
2015-11-30 10:24:14kovidgoyalcreate