]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Build obmalloc.c directly instead of #include'ing from object.c.
authorTim Peters <tim.peters@gmail.com>
Sat, 23 Mar 2002 00:20:15 +0000 (00:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 23 Mar 2002 00:20:15 +0000 (00:20 +0000)
commit1221c0a435135143632d986e861d9243d3d2ad35
tree402bea358ba5042ac020bf9cd27f725abc5974d3
parentc24ea08644279224a7a8be419648261f9566c9b3
Build obmalloc.c directly instead of #include'ing from object.c.
Also move all _PyMalloc_XXX entry points into obmalloc.c.

The Windows build works fine.
The Unix build is changed here (Makefile.pre.in), but not tested.
No other platform's build process has been fiddled.
Makefile.pre.in
Objects/object.c
Objects/obmalloc.c
PCbuild/pythoncore.dsp