Where to find python c-sources
Dave Benjamin
ramen at lackingtalent.com
Thu Sep 29 18:14:08 EDT 2005
More information about the Python-list mailing list
Thu Sep 29 18:14:08 EDT 2005
- Previous message (by thread): Where to find python c-sources
- Next message (by thread): Where to find python c-sources
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tor Erik Sønvisen wrote: > I need to browse the socket-module source-code. I believe it's contained in > the file socketmodule.c, but I can't locate this file... Where should I > look? You can browse the Python CVS tree here: http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/ For example, the file you asked for is viewable here: http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Modules/socketmodule.c?rev=1.314&view=auto Dave
- Previous message (by thread): Where to find python c-sources
- Next message (by thread): Where to find python c-sources
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list