Commit b7953f00 authored by Georg Brandl's avatar Georg Brandl

We only support Windows NT derivatives now.

parent e5ee7e38
...@@ -153,6 +153,4 @@ Other Functions ...@@ -153,6 +153,4 @@ Other Functions
.. function:: heapmin() .. function:: heapmin()
Force the :cfunc:`malloc` heap to clean itself up and return unused blocks to Force the :cfunc:`malloc` heap to clean itself up and return unused blocks to
the operating system. This only works on Windows NT. On failure, this raises the operating system. On failure, this raises :exc:`IOError`.
:exc:`IOError`.
...@@ -47,8 +47,7 @@ PyDoc_STRVAR(heapmin_doc, ...@@ -47,8 +47,7 @@ PyDoc_STRVAR(heapmin_doc,
"heapmin() -> None\n\ "heapmin() -> None\n\
\n\ \n\
Force the malloc() heap to clean itself up and return unused blocks\n\ Force the malloc() heap to clean itself up and return unused blocks\n\
to the operating system. This only works on Windows NT. On failure,\n\ to the operating system. On failure, this raises IOError.");
this raises IOError.");
// Perform locking operations on a C runtime file descriptor. // Perform locking operations on a C runtime file descriptor.
static PyObject * static PyObject *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment