-
-
Notifications
You must be signed in to change notification settings - Fork 930
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
Removed Jython bz2 import fallback #938
Conversation
8fe89c4
to
172a585
Compare
172a585
to
efdd29b
Compare
Codecov Report
@@ Coverage Diff @@
## master #938 +/- ##
==========================================
- Coverage 88.66% 88.66% -0.01%
==========================================
Files 63 63
Lines 6512 6509 -3
Branches 776 776
==========================================
- Hits 5774 5771 -3
Misses 656 656
Partials 82 82
Continue to review full report at Codecov.
|
@@ -10,7 +10,7 @@ all_files = 1 | |||
[flake8] | |||
# classes can be lowercase, arguments and variables can be uppercase | |||
# whenever it makes the code more readable. | |||
ignore = N806, N802, N801, N803 | |||
ignore = W504, N806, N802, N801, N803 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flake8
raised a lot of warnings (not locally, only on Travis) without this change.
Thanks! |
Removed in celery#938 due to assumption that it only affected Jython but the condition can be present in systems built without bz2 support. Systems without bz2 work in 4.2.2 but fail in 4.3.0
Removed in celery#938 due to assumption that it only affected Jython but the condition can be present in systems built without bz2 support.
Removed in #938 due to assumption that it only affected Jython but the condition can be present in systems built without bz2 support.
4.4.0: - Restore bz2 import checks in compression module. The checks were removed in celery/kombu-938 <https://github.com/celery/kombu/pull/938>_ due to assumption that it only affected Jython. However, bz2 support can be missing in Pythons built without bz2 support. - Fix regression that occurred in 4.3.0 when parsing Redis Sentinel master URI containing password. - Handle the case when only one Redis Sentinel node is provided. - Support SSL URL parameters correctly for rediss:// URIs. - Revert celery/kombu-954 <https://github.com/celery/kombu/pull/954>_. Instead bump the required redis-py dependency to 3.2.0 to include this fix redis/redis-py@4e1e748 <https://github.com/andymccurdy/redis-py/commit/4e1e74809235edc19e03edb79c97c80a3e4e9eca>_. - Added support for broadcasting using a regular expression pattern or a glob pattern to multiple Pidboxes.
This appears to have been resolved. The touched lines were from 2011, and the satus of the buf changed in 2013. I didn't check on Jython, my suggestion is only based on that report.
http://bugs.jython.org/issue1445