[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-27 Thread Éric Araujo
Éric Araujo added the comment: This looks like a real bug that could affect other projects than US, so it would be nice to get a test and fix IMO. -- ___ Python tracker ___ ___

[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-26 Thread John Szakmeister
John Szakmeister added the comment: I'm gonna close this. It was meant to help port some of the Unladen Swallow stuff... but I see that's effectively dead. :-( -- resolution: -> invalid status: open -> closed ___ Python tracker

[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report and patch. Has this bug been a problem for existing projects? Would you have links? > Looks like this should've been done against the py3k branch instead. Yes, patches should apply to the py3k branch, or to distutils2. More guidelines at

[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-02 Thread John Szakmeister
John Szakmeister added the comment: Looks like this should've been done against the py3k branch instead. Looking at py3k, it's changed quite a bit since the last merge into py3k-jit. Perhaps there is a better way to do this under py3k? Or it's handled already? -- __

[issue11370] Fix distutils to carry configure's LIBS through to extension modules.

2011-03-02 Thread John Szakmeister
New submission from John Szakmeister : This is a port of r301 from unladen swallow to the py3k-jit branch. On the Mac, there was an extra '-framework CoreFoundation' that was being passed in python3 (maybe it wasn't there in Python 2.x?). At any rate, I changed the logic to ignore anything th