summaryrefslogtreecommitdiff
path: root/doc/internals.rst
blob: 9729a2b337a091e4903b65b2c2dcf924abe8cfe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Internals
=========

Cleanup sequence:

x=curl/multi/share

x.close() -> do_x_close -> util_x_close
del x -> do_x_dealloc -> util_x_close

do_* functions are directly invoked by user code.
They check pycurl object state.

util_* functions are only invoked by other pycurl C functions.
They do not check pycurl object state.