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 brian.curtin
Recipients amaury.forgeotdarc, benjamin.peterson, brian.curtin, bwalker, rpetrov, stutzbach, tim.golden
Date 2010-08-24.00:08:15
SpamBayes Score 0.00023125955
Marked as misclassified No
Message-id <1282608501.03.0.843635008921.issue9665@psf.upfronthosting.co.za>
In-reply-to
Content
This patch lets everything build ok, but a run of regrtest segfaults usually after a few tests (using -r) and there are nearly constant stack traces printed to stderr about not being able to remap the Cygwin bz2 DLL's address space.

I used extern as Roumen suggested, plus my curses hack, and added a #ifndef in Modules/main.c that was causing a problem without it.
History
Date User Action Args
2010-08-24 00:08:21brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, tim.golden, benjamin.peterson, stutzbach, rpetrov, bwalker
2010-08-24 00:08:21brian.curtinsetmessageid: <1282608501.03.0.843635008921.issue9665@psf.upfronthosting.co.za>
2010-08-24 00:08:18brian.curtinlinkissue9665 messages
2010-08-24 00:08:17brian.curtincreate