summaryrefslogtreecommitdiffstats
path: root/Objects/cobject.c
Commit message (Collapse)AuthorAgeFilesLines
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
| | | | | | | | | | For more comments, read the patches@python.org archives. For documentation read the comments in mymalloc.h and objimpl.h. (This is not exactly what Vladimir posted to the patches list; I've made a few changes, and Vladimir sent me a fix in private email for a problem that only occurs in debug mode. I'm also holding back on his change to main.c, which seems unnecessary to me.)
* New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() andGuido van Rossum1997-10-211-1/+52
| | | | PyCObject_GetDesc().
* Keep gcc -Wall happy.Guido van Rossum1997-02-141-2/+2
|
* Added PyCObject_Import.Guido van Rossum1997-01-221-18/+39
|
* Better implementation of PyCObject_AsVoidPtr().Guido van Rossum1996-12-051-7/+18
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
|
* Allow compilation by K&R C compiler.Guido van Rossum1996-08-011-8/+8
|
* opaque C object a la Jim FultonGuido van Rossum1996-01-121-0/+100