We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0f6b0d + 9da6267 commit bb4f526Copy full SHA for bb4f526
trio/_core/_wakeup_socketpair.py
@@ -6,7 +6,7 @@
6
from .. import _core
7
from .._util import is_main_thread
8
9
-if sys.version_info >= (3, 7):
+if sys.version_info >= (3, 7) and '__pypy__' not in sys.builtin_module_names:
10
HAVE_WARN_ON_FULL_BUFFER = True
11
else:
12
HAVE_WARN_ON_FULL_BUFFER = False
0 commit comments