Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b7953f00
Commit
b7953f00
authored
Dec 30, 2009
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We only support Windows NT derivatives now.
parent
e5ee7e38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
Doc/library/msvcrt.rst
Doc/library/msvcrt.rst
+1
-3
PC/msvcrtmodule.c
PC/msvcrtmodule.c
+1
-2
No files found.
Doc/library/msvcrt.rst
View file @
b7953f00
...
...
@@ -153,6 +153,4 @@ Other Functions
.. function:: heapmin()
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
:exc:`IOError`.
the operating system. On failure, this raises :exc:`IOError`.
PC/msvcrtmodule.c
View file @
b7953f00
...
...
@@ -47,8 +47,7 @@ PyDoc_STRVAR(heapmin_doc,
"heapmin() -> None
\n
\
\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
\
this raises IOError."
);
to the operating system. On failure, this raises IOError."
);
// Perform locking operations on a C runtime file descriptor.
static
PyObject
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment