STINNER Victor added the comment:

I like the _pyio module! It's useful to test some new features.

For example, I'm using it to identify where a file is destroyed without being 
closed (get where the object was created):
https://bitbucket.org/haypo/misc/src/tip/python/res_warn.py

I didn't find how to implement that using the C module.

It's name is "_pyio", not "pyio". It is a private module.

It was also written to provide a working and well tested pure Python 
implementation for other Python virtual machines like PyPy, IronPython and 
Jython.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19973>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to