Skip to content

Commit

Permalink
Use PyPI pympler (#1122)
Browse files Browse the repository at this point in the history
Fixes #1107
  • Loading branch information
rocky authored Oct 4, 2024
1 parent ddf6306 commit c64804a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3,157 deletions.
2 changes: 1 addition & 1 deletion mathics/builtin/exp_structure/size_and_sig.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if platform.python_implementation() == "PyPy":
bytecount_support = False
else:
from mathics.builtin.pympler.asizeof import asizeof as count_bytes
from pympler.asizeof import asizeof as count_bytes

bytecount_support = True

Expand Down
2 changes: 0 additions & 2 deletions mathics/builtin/pympler/__init__.py

This file was deleted.

Loading

0 comments on commit c64804a

Please sign in to comment.