[issue7918] distutils always ignores compile errors

2010-11-25 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. distutils is feature-frozen now and we’re building its successor at https://bitbucket.org/tarek/distutils2/ Would you like to work on a patch? -- components: +Distutils2 -Distutils nosy: +eric.araujo stage: -> needs patch version

[issue7918] distutils always ignores compile errors

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7918] distutils always ignores compile errors

2010-02-12 Thread Oliver Jeeves
New submission from Oliver Jeeves : When trying to build a python package for distribution, compile errors are always ignored. The setup function will return successfully even if it was unable to compile some modules due to, for example, indentation errors. The specific situation I'm trying to