Re: [Python-Dev] fixing broken build

2008-03-27 Thread Christian Heimes
M.-A. Lemburg schrieb: > I'm not sure why that's necessary, but whenever you change something > in the compiler, please remember to update the PYC magic. > > I'd also suggest that you run a non-debug build of Python to test > any checkins before committing them. The debug builds change various > w

Re: [Python-Dev] fixing broken build

2008-03-27 Thread M.-A. Lemburg
On 2008-03-27 09:20, Christian Heimes wrote: > Neal Norwitz schrieb: >> Christian, >> >> Please fix the build on the various buildbots that are failing or >> revert your changes for unicode literals. The build failures started >> to occur at r61953. There were several more (~5) follow up checkins

Re: [Python-Dev] fixing broken build

2008-03-27 Thread Christian Heimes
Neal Norwitz schrieb: > Christian, > > Please fix the build on the various buildbots that are failing or > revert your changes for unicode literals. The build failures started > to occur at r61953. There were several more (~5) follow up checkins. > > You can find all the failures here: http://

[Python-Dev] fixing broken build

2008-03-27 Thread Neal Norwitz
Christian, Please fix the build on the various buildbots that are failing or revert your changes for unicode literals. The build failures started to occur at r61953. There were several more (~5) follow up checkins. You can find all the failures here: http://www.python.org/dev/buildbot/all/ Th