Hacker News new | past | comments | ask | show | jobs | submit login

In fact, this is now fixed in Python 3.6. When gc is disabled by the user, the final collection is not done.

The effect is faster shutdown with less "copy on read" but some __del__ methods and finally: blocks in some generators might never get called.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: