This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients larry, pitrou, vstinner
Date 2013-12-13.11:44:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386935085.36.0.0315975040461.issue19973@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-12-13 11:44:45vstinnersetrecipients: + vstinner, pitrou, larry
2013-12-13 11:44:45vstinnersetmessageid: <1386935085.36.0.0315975040461.issue19973@psf.upfronthosting.co.za>
2013-12-13 11:44:45vstinnerlinkissue19973 messages
2013-12-13 11:44:44vstinnercreate