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
Recovering of Unicode sys.argv on Python 2 is now supported: module unicode_argv was added. Fixes #20.
The runner uses compile(..., dont_inherit=True) even on Python 2. Fixes #14.
Console detection was enhanced: StandardStreamInfo objects with methods is_a_TTY, is_a_console, should_be_fixed in streams module. sys.std* streams without fileno (e.g. Python 2 StringIO) are supported.
Custom readline hook is disabled on error to avoid an infinite loop in interactive session.