mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
include them using \verbatiminput. This has the advantage that pages can still break at reasonable places, and examples that go longer than a page won't get cut off. Make a few small markup adjustments for consistency. Explain that PyObject_New() is not a C function but a polymorphic beast that returns a pointer to the type that's passed as the first arg. Explain why type objects use the PyObject_VAR_HEAD. |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| building.tex | ||
| embedding.tex | ||
| ext.tex | ||
| extending.tex | ||
| newtypes.tex | ||
| run-func.c | ||
| windows.tex | ||