-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: bmerry/async-solipsism
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bmerry/async-solipsism
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 13 files changed
- 1 contributor
Commits on Mar 23, 2024
-
More careful use of memoryviews
This should fix some bugs where the code was assuming that bytes-like objects were actually bytes|bytearray. It is also much more careful to explicitly release memoryview wrappers rather than relying on the garbage collector. Specifically: - Queue.write (and hence Socket.send) would function incorrectly given a buffer-protocol object whose element size was not byte or whose shape was not 1D. - Socket.recv_into assumed the object supported slice assignment with byte indices, rather than using a memoryview to do the assignment. Additionally, some checks were added on the nbytes parameter to Socket.recv_into.
Configuration menu - View commit details
-
Copy full SHA for 0addc36 - Browse repository at this point
Copy the full SHA 0addc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f067d7 - Browse repository at this point
Copy the full SHA 2f067d7View commit details -
- More modern versions of actions - Test up to Python 3.12
Configuration menu - View commit details
-
Copy full SHA for 9426bcc - Browse repository at this point
Copy the full SHA 9426bccView commit details -
CI: Pin an older version of Ubuntu
Python 3.6 isn't available for Ubuntu 22.04 on GHA.
Configuration menu - View commit details
-
Copy full SHA for 186326f - Browse repository at this point
Copy the full SHA 186326fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d4369 - Browse repository at this point
Copy the full SHA 11d4369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae6247 - Browse repository at this point
Copy the full SHA 4ae6247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7131aaa - Browse repository at this point
Copy the full SHA 7131aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c9d5e - Browse repository at this point
Copy the full SHA 27c9d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 393e7b5 - Browse repository at this point
Copy the full SHA 393e7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448a203 - Browse repository at this point
Copy the full SHA 448a203View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1495c3 - Browse repository at this point
Copy the full SHA a1495c3View commit details -
The pre-commit actions now specifically require Python 3.8 to build the requirements file, so should only be tested there.
Configuration menu - View commit details
-
Copy full SHA for d47ed8c - Browse repository at this point
Copy the full SHA d47ed8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5b163 - Browse repository at this point
Copy the full SHA 2b5b163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce816c - Browse repository at this point
Copy the full SHA 7ce816cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bec1263 - Browse repository at this point
Copy the full SHA bec1263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6398818 - Browse repository at this point
Copy the full SHA 6398818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e011a7 - Browse repository at this point
Copy the full SHA 3e011a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 462abab - Browse repository at this point
Copy the full SHA 462ababView 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 0.5...0.6