forked from micropython/micropython-lib
-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Zitt/micropython-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Zitt/micropython-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: asyncio-segfault
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 3 files changed
- 1 contributor
Commits on Apr 23, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 80ecd3b - Browse repository at this point
Copy the full SHA 80ecd3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78fef25 - Browse repository at this point
Copy the full SHA 78fef25View commit details -
asyncio: Recover eventloop's ability to work with callbacks.
Actually, coroutine support for call_soon() is a hack, in big asyncio coroutine should be wrapped in Task object.
Configuration menu - View commit details
-
Copy full SHA for 25bcef1 - Browse repository at this point
Copy the full SHA 25bcef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2403bd - Browse repository at this point
Copy the full SHA e2403bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f0a05 - Browse repository at this point
Copy the full SHA 65f0a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca9ea0d - Browse repository at this point
Copy the full SHA ca9ea0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a699e - Browse repository at this point
Copy the full SHA a0a699eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ff510 - Browse repository at this point
Copy the full SHA 56ff510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9301c15 - Browse repository at this point
Copy the full SHA 9301c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff251b - Browse repository at this point
Copy the full SHA aff251bView commit details -
asyncio: Add asyncio.async() dummy factory function.
Not Task bloat implemented (so far?), so just identity function for CPython compatibility.
Configuration menu - View commit details
-
Copy full SHA for d63d73d - Browse repository at this point
Copy the full SHA d63d73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for efc5bac - Browse repository at this point
Copy the full SHA efc5bacView commit details -
asyncio: Handle end of stream condition properly.
By removing any IO watches for associated file handle. The way it's implemented tries to preserve OS-like separation between event loop and tasks. So, stream to finish watching fd for IO also issues syscall, instead of calling methods on loop instance directly. Calling method on loop would be more efficient, but will require storing reference to loop in each stream. And those separation matters...
Configuration menu - View commit details
-
Copy full SHA for 916eb33 - Browse repository at this point
Copy the full SHA 916eb33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c0b2c - Browse repository at this point
Copy the full SHA 18c0b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc45a2 - Browse repository at this point
Copy the full SHA dbc45a2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...asyncio-segfault