[Python-Dev] Tracker archeology (original) (raw)

Jim Baker jbaker at zyasoft.com
Thu Feb 12 04:36:29 CET 2009


+1 on the cleanup: reading the bug description of http://bugs.python.org/issue1533164, this will also help Jython. Now I know why we see scenarios of package with setup.cfg with optimize=1:

Indeed, this is a well-known issue. Many packages put an "optimize=1" in their setup.cfg in order to solve it.

Unfortunately that breaks the setup process on Jython, since we don't support -O. And unfortunately it's not as easy to ignore the flag either, this can then break in other ways.

On Wed, Feb 11, 2009 at 2:08 AM, Tarek Ziadé <ziade.tarek at gmail.com> wrote:

On Wed, Feb 11, 2009 at 12:46 AM, Stephen Thorne <stephen at thorne.id.au> wrote: > On 2009-02-10, Tarek Ziadé wrote: >> On Tue, Feb 10, 2009 at 2:23 PM, Daniel (ajax) Diniz <ajaksu at gmail.com> wrote: >> >> > >> > If anyone is interested in being added as nosy for any category of >> > bugs, let me know and I'll do that as I scan the tracker. >> >> I'll take Distutils related issues, > > If you could look at a solution for http://bugs.python.org/issue1533164 > I would be eternally grateful.

ok, that would be the next one I am working on in that case, Regards Tarek


Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/jbaker%40zyasoft.com

-- Jim Baker jbaker at zyasoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20090211/ecce6684/attachment-0001.htm>



More information about the Python-Dev mailing list