0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Doc/ext
Brett Cannon 289e4cba1c Changed applicable use of `char *` declarations that are passed into
PyArg_ParseTuple() to ``const char *`` to match the recommendation made in
section 1.3 and to support better coding habits.

Section 1.8 ("Keyword Parameters for Extension Functions") and it's coding
example were not touched since it is stems from an accredited source and thus
did not want to step on anyone's toes.
2004-06-29 03:48:23 +00:00
..
.cvsignore
building.tex
embedding.tex SF #894428, fix typo 2004-02-10 18:07:16 +00:00
ext.tex
extending.tex Changed applicable use of `char *` declarations that are passed into 2004-06-29 03:48:23 +00:00
newtypes.tex Added documentation to address SF bug #963246: limitations on multiple 2004-06-06 15:59:18 +00:00
noddy2.c Fixed bug in implementation of tp_init function. It should be an int 2003-06-28 11:54:03 +00:00
noddy3.c Fixed bug in implementation of tp_init function. It should be an int 2003-06-28 11:54:03 +00:00
noddy4.c Rewrote the docs for supporting cyclic garbage collection to reflect 2003-06-28 13:29:16 +00:00
noddy.c
run-func.c
setup.py Rewrote the docs for supporting cyclic garbage collection to reflect 2003-06-28 13:29:16 +00:00
test.py Rewrote the docs for supporting cyclic garbage collection to reflect 2003-06-28 13:29:16 +00:00
windows.tex fix some sloppy markup to use \guilabel 2004-01-23 09:01:56 +00:00