commit | b90f4e87300b8423695ed577f49dc277ebcc8dcb | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Jul 20 00:22:08 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Jul 20 00:22:08 2008 +0000 |
tree | 286f61d49c05744a3bfd8cbd5ee5852158559bed | |
parent | f1f46f0350390cf86ec015f9f60eda41a8210033 [diff] |
fix issue3120 - don't truncate handles on 64-bit Windows. This is still messy, realistically PC/_subprocess.c should never cast pointers to python numbers and back at all. I don't have a 64-bit windows build environment because microsoft apparently thinks that should cost money. Time to watch the buildbots. It builds and passes tests on 32-bit windows.