[issue12119] distutils and python -B

2013-03-28 Thread Éric Araujo
Éric Araujo added the comment: See #12117. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue12119] distutils and python -B

2013-03-28 Thread sorin
sorin added the comment: Can we have a fix for this? ... one that would not require me to drop using PYTHONDONTWRITEBYTECODE. I do have PYTHONDONTWRITEBYTECODE=1 on my user profile and installing packages became a nightmare. -- nosy: +sorin ___ Pyt

[issue12119] distutils and python -B

2013-03-28 Thread Éric Araujo
Éric Araujo added the comment: In the absence of support for doing the right thing (which would break compatibility), I won’t change distutils here. -- stage: commit review -> committed/rejected status: open -> closed ___ Python tracker

[issue12119] distutils and python -B

2013-03-28 Thread Georg Brandl
Georg Brandl added the comment: Can this be closed? -- nosy: +georg.brandl status: pending -> open ___ Python tracker ___ ___ Python-b

[issue12119] distutils and python -B

2012-02-25 Thread Éric Araujo
Éric Araujo added the comment: I thought about this and am not sure about my position. I am 100% convinced that what packaging does is the right thing. Modules like py_compile, compileall (in 3.2+) and packaging are able to compile with or without optimization depending on options that are g

[issue12119] distutils and python -B

2011-11-28 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: -haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue12119] distutils and python -B

2011-11-28 Thread Éric Araujo
Éric Araujo added the comment: > Please don't backport this change to distutils without backporting > --no-compile options to > "build" command in distutils (issue #13400). The feature freeze on distutils rules this out. > Otherwise users would lose possibility of disabling byte-compilation du

[issue12119] distutils and python -B

2011-11-28 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: Please don't backport this change to distutils without backporting --no-compile options to "build" command in distutils (issue #13400). Otherwise users would lose possibility of disabling byte-compilation during running this command. dist

[issue12119] distutils and python -B

2011-11-12 Thread Éric Araujo
Éric Araujo added the comment: A 1999 comment in build_py from Greg Ward agrees with me: # XXX hey! we can't control whether we optimize or not; that's up # to the invocation of the current Python interpreter (at least # according to the py_compile docs). That sucks. If Tarek does