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 eric.araujo
Recipients eric.araujo, nils, tarek, vstinner, zegreek
Date 2010-12-23.21:55:12
SpamBayes Score 7.096818e-09
Marked as misclassified No
Message-id <1293141315.66.0.109588617208.issue6011@psf.upfronthosting.co.za>
In-reply-to
Content
I can’t reproduce the crash when building in the source dir (and tests pass except for ctypes because its configure script refuses my directory path), and I can’t build in a subdir*, so this bug looks fixed.

* Error messages:
gcc: Parser/tokenizer_pgen.o: No such file or directory
gcc: Parser/printgrammar.o: No such file or directory
gcc: Parser/pgenmain.o: No such file or directory
History
Date User Action Args
2010-12-23 21:55:15eric.araujosetrecipients: + eric.araujo, vstinner, tarek, zegreek, nils
2010-12-23 21:55:15eric.araujosetmessageid: <1293141315.66.0.109588617208.issue6011@psf.upfronthosting.co.za>
2010-12-23 21:55:12eric.araujolinkissue6011 messages
2010-12-23 21:55:12eric.araujocreate