All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib-python.2.5.test.infinite_reload.py Maven / Gradle / Ivy

There is a newer version: 2.7.1.1
Show newest version
# For testing http://python.org/sf/742342, which reports that Python
#  segfaults (infinite recursion in C) in the presence of infinite
#  reload()ing. This module is imported by test_import.py:test_infinite_reload
#  to make sure this doesn't happen any more.

import infinite_reload
reload(infinite_reload)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy