We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31e283 commit 526034aCopy full SHA for 526034a
1 file changed
Modules/_testcapi/mem.c
@@ -715,6 +715,7 @@ get_process_memory_usage(PyObject *self, PyObject *args)
715
if (!PyArg_ParseTuple(args, "i", &pid)) {
716
return NULL;
717
}
718
+
719
#if TARGET_OS_OSX
720
// macOS: proc_pidinfo(PROC_PIDTASKINFO).pti_resident_size
721
struct proc_taskinfo pti;
0 commit comments