Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for None explicitly instead of truthiness
If we check for truthines the object itself may return False, which would mean self.close is not set to app_iter.close, which means that we may end up leaking.
- Loading branch information