Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/misc/lazy_import.pyx: In test_fake_startup, also reset finis…
Browse files Browse the repository at this point in the history
…h_startup_called
  • Loading branch information
Matthias Koeppe committed Oct 6, 2021
1 parent dadfa07 commit 98d2e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/misc/lazy_import.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ cpdef test_fake_startup():
123
sage: sage.misc.lazy_import.finish_startup()
"""
global startup_guard
global startup_guard, finish_startup_called
startup_guard = True
finish_startup_called = False


@cython.final
Expand Down

0 comments on commit 98d2e9b

Please sign in to comment.