Hacker News new | ask | show | jobs
by boomlinde 3149 days ago
I learned this with PyPy (or maybe it was Jython?). My usual bad habit for small scripts to depend on open files to close when they went out of scope would suddenly exhausted all file descriptors. Ouch.