473,395 Members | 2,796 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Roadmap to python internal source code's Network socket interface.

While trying to understand some issues to python's implementation of
Socket, I recorded an outline to Python's socket object interface
to the native implementation in a webblog type documents in our website.

Just like to share it with others in case you find it useful.

Each of the following lines are links to source code where
the functions, macros, variables and comments are hyperlinks
to each others in other source files make browse, understand and document
the source code easier.
http://www.slink-software.com/W/SrcD...-2.3.sdoc/N_76
Python-2.3.sdoc
Source Map
URL Links
Memory Interface.
PyObject_Malloc - obmalloc.c:556
PyObject_Free - obmalloc.c:700
Network Interface
init_socket - socketmodule.c:3461
Py_InitModule3 - socketmodule.c:3469
PySocket_MODULE_NAME - socketmodule.h:48
PyModule_AddObject - socketmodule.c:3497
sock_type - socketmodule.c:3496
sock_type - socketmodule.c:2258
sock_doc - socketmodule.c:70
sock_methods - socketmodule.c:2102
sock_connect - socketmodule.c:1492
internal_connect - socketmodule.c:1437
PySocketSockObject - socketmodule.h:92
internal_select - socketmodule.c:592
internal_setblocking - socketmodule.c:541
sock_close - socketmodule.c:1417
PySSLMethods - _ssl.c:473
PySSL_server - _ssl.c:478
PySSL_SSLwrite - _ssl.c:372
issuer - _ssl.c:479
PySSLObject - _ssl.c:62
Jul 18 '05 #1
0 1210

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: svilen | last post by:
hello again. i'm now into using python instead of another language(s) for describing structures of data, including names, structure, type-checks, conversions, value-validations, metadata etc....
0
by: HIL | last post by:
Hi everybody, I wrote a python script to setup my network interface under Linux. To perform it, I use directly from my python script external programs as 'ifconfig' and 'route' ans I fill the...
9
by: corey.coughlin | last post by:
Alright, so I've been following some of the arguments about enhancing parallelism in python, and I've kind of been struck by how hard things still are. It seems like what we really need is a more...
3
by: OneMustFall | last post by:
Reciently i wrote a simple client (in twisted) using Reconnecting Factory. That client logins to my socket server.. and that`s it. Interesting thing is that it is seems that twisted client,...
6
by: Maxim Veksler | last post by:
Hello, I wish to do some low level network stuff using python. I've googled somewhat and came up with pylibpcap, trouble is I can't compile it on my Ubuntu 6.10 workstation. Can someone please...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.