Commit 0a92b17e authored by Jason Madden's avatar Jason Madden

Whoops, misread the line number. [skip ci]

parent 32cef435
......@@ -5,12 +5,11 @@ class Dummy:
def __init__(self):
__import__('gevent.core')
try:
assert weakref.ref(Dummy())() is None
assert weakref.ref(Dummy())() is None
from gevent import socket
from gevent import socket
try:
assert weakref.ref(socket.socket())() is None
except AssertionError:
import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment