[Python-3000] print() flushing problem.

Christian Heimes lists at cheimes.de
Thu Nov 8 20:19:03 CET 2007


Wojciech Walczak wrote:
> Isn't it checking if stream is closed a bit too often?

You are right. The io system of Python 3000 needs a lot of
optimizations. But speed isn't the main concern for the alpha releases.
It's more important that it works and we get enough debug information to
find problems. As soon as the API has been stabilized and matured we can
start optimizing Python 3.0.

Could you please file yet another bug about the closed calls? Thx :)

Christian



More information about the Python-3000 mailing list