Skip to content

virtual_memory() on NetBSD #823

Closed
Closed
@khanzf

Description

virtual_memory() opened the /proc/meminfo file as a binary. As such, each line was a binary, but lines 135 and 137 were checking against a string type. This caused str.startswith() to raise a TypeError and fail.

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions