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 ivank
Recipients ivank, tarek
Date 2009-07-02.20:26:43
SpamBayes Score 6.6599176e-05
Marked as misclassified No
Message-id <1246566405.01.0.90148130878.issue6403@psf.upfronthosting.co.za>
In-reply-to
Content
When I built Twisted, I noticed that 'python2.7 setup.py build' created
_c_urlang.so in the wrong place:

$ find . | grep _c_url
./twisted/protocols/_c_urlarg.c
./build/lib.linux-x86_64-2.7/_c_urlarg.so
./build/temp.linux-x86_64-2.7/twisted/protocols/_c_urlarg.o

I noticed the same problem when I built Mercurial 1.3, too.

This happens with svn r73778, but not svn r73145 (June 2). I don't know
which commit caused the problem. I don't know if the problem is in 3.x too.
History
Date User Action Args
2009-07-02 20:26:45ivanksetrecipients: + ivank, tarek
2009-07-02 20:26:45ivanksetmessageid: <1246566405.01.0.90148130878.issue6403@psf.upfronthosting.co.za>
2009-07-02 20:26:43ivanklinkissue6403 messages
2009-07-02 20:26:43ivankcreate