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 giampaolo.rodola
Recipients benjamin.peterson, flox, giampaolo.rodola, janssen, loewis, pitrou
Date 2010-04-05.22:15:13
SpamBayes Score 2.5891486e-08
Marked as misclassified No
Message-id <1270505715.24.0.99512587151.issue8321@psf.upfronthosting.co.za>
In-reply-to
Content
The ./configure -> make -> make install process went fine, or at least, I think so, as it completed without reporting errors or exiting.
...But maybe I'm doing something wrong as just a little while ago I was modifying _ssl.c but wasn't able to see those changes applied.

So I'm gonna ask: when I modify *.c files, do I have to do something else other than "./configure; make; make install" in order to see the changes applied?

Anyway, here's what you asked:


root@ubuntu:/home/giampaolo/svn/python-2.7# python
Python 2.7a4+ (trunk:79814, Apr  5 2010, 23:53:01) 
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import _ssl
>>> _ssl
<module '_ssl' from '/usr/local/lib/python2.7/lib-dynload/_ssl.so'>
>>> _ssl.__file__
'/usr/local/lib/python2.7/lib-dynload/_ssl.so'
>>>
History
Date User Action Args
2010-04-05 22:15:15giampaolo.rodolasetrecipients: + giampaolo.rodola, loewis, janssen, pitrou, benjamin.peterson, flox
2010-04-05 22:15:15giampaolo.rodolasetmessageid: <1270505715.24.0.99512587151.issue8321@psf.upfronthosting.co.za>
2010-04-05 22:15:13giampaolo.rodolalinkissue8321 messages
2010-04-05 22:15:13giampaolo.rodolacreate