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
Deserialize by using __new__ instead of constructor if possible
Exception to IOError is because this built-in exception is assigning
internal myerrno attribute in __init__ constructor and cannot be changed
from Python code.
Fixes: #65
Signed-off-by: Oldřich Jedlička <[email protected]>
0 commit comments