mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
wrap properly
This commit is contained in:
@@ -24,8 +24,8 @@ if hasattr(os, 'SEEK_HOLE') :
|
||||
DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes
|
||||
|
||||
# NOTE: Base classes defined here are registered with the "official" ABCs
|
||||
# defined in io.py. We don't use real inheritance though, because we don't
|
||||
# want to inherit the C implementations.
|
||||
# defined in io.py. We don't use real inheritance though, because we don't want
|
||||
# to inherit the C implementations.
|
||||
|
||||
# Rebind for compatibility
|
||||
BlockingIOError = BlockingIOError
|
||||
|
||||
Reference in New Issue
Block a user