Skip to content

Commit

Permalink
src/sage/all.py: Remove import deprecated in sagemath#32479 (2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed May 27, 2024
1 parent e4ea085 commit eaf1d97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sage/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@
# sys.settrace(poison_currRing)


# Deprecated leftover of monkey-patching inspect.isfunction() to support Cython functions.
lazy_import('sage.misc.sageinspect', 'is_function_or_cython_function',
as_='isfunction', namespace=sage.__dict__, deprecation=32479)


# Set a new random number seed as the very last thing
# (so that printing initial_seed() and using that seed
# in set_random_seed() will result in the same sequence you got at
Expand Down

0 comments on commit eaf1d97

Please sign in to comment.