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 lwcolton
Recipients Oliver.Jeeves, dhduvall, dstufft, eric.araujo, lwcolton, tarek
Date 2014-10-15.03:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413344091.31.0.0961487845979.issue7918@psf.upfronthosting.co.za>
In-reply-to
Content
Also agree setup allowing broken code an be annoying, but it is necessary to maintain the existing behavior.  Maybe we need an additional argument for setup that will in turn pass doraise to py_compile.compile, but retain the default behavior in all other cases?  As a work-around to your problem, try "pylint -E" before you build your package, we require it as a part of our build process.
History
Date User Action Args
2014-10-15 03:34:51lwcoltonsetrecipients: + lwcolton, tarek, eric.araujo, dhduvall, Oliver.Jeeves, dstufft
2014-10-15 03:34:51lwcoltonsetmessageid: <1413344091.31.0.0961487845979.issue7918@psf.upfronthosting.co.za>
2014-10-15 03:34:51lwcoltonlinkissue7918 messages
2014-10-15 03:34:51lwcoltoncreate