Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another strange space insertion #17

Closed
njsmith opened this issue Mar 15, 2018 · 3 comments
Closed

Another strange space insertion #17

njsmith opened this issue Mar 15, 2018 · 3 comments

Comments

@njsmith
Copy link

njsmith commented Mar 15, 2018

-        def socket_ready(what, sock, result=_core.Value(None)):
+        def socket_ready(what, sock, result= _core.Value(None)):
@njsmith
Copy link
Author

njsmith commented Mar 15, 2018

And another one:

-    offset = attr.ib(default=attr.Factory(lambda: _r.uniform(10000, 200000)))
+    offset = attr.ib(default=attr.Factory( lambda: _r.uniform(10000, 200000)))

@njsmith
Copy link
Author

njsmith commented Mar 15, 2018

And another one:

-            assert task._cancel_stack[:len(old_stack)] == old_stack
-            task._cancel_stack[:len(old_stack)] = new_stack
+            assert task._cancel_stack[: len(old_stack)] == old_stack
+            task._cancel_stack[: len(old_stack)] = new_stack

@ambv ambv closed this as completed in fece8ae Mar 15, 2018
@ambv
Copy link
Collaborator

ambv commented Mar 15, 2018

Thank you for your report, this is now fixed!

ambv added a commit that referenced this issue Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants