You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pavel Koneski edited this page Jan 19, 2025
·
1 revision
This section contains articles about IronPython internals and mechanisms. They are primarily of use to IronPython developers and contributors to the source code.
File Descriptors in IronPython — an article about how IronPython exposes or emulates file descriptors that are normally accessible in Python by a call to fileno() method on a file-like object.