def createBasicLeak(): DEBUG_MSG('Creating a simple test leak..') ref = TestLeak() ref.selfRef = ref ref = None return