File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 11# 1.2.3 (July 2, 2016)
22
33Patch Improvements
4+ * Fix gc error log: avoid AttributeError in _ unregister_cleanup (dpkp PR 747)
45* Wakeup socket optimizations (dpkp PR 740)
56* Assert will be disabled by "python -O" (tyronecai PR 736)
67* Randomize order of topics/partitions processed by fetcher to improve balance (dpkp PR 732)
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Changelog
66
77Patch Improvements
88------------------
9+ * Fix gc error log: avoid AttributeError in _unregister_cleanup (dpkp PR 747)
910* Wakeup socket optimizations (dpkp PR 740)
1011* Assert will be disabled by "python -O" (tyronecai PR 736)
1112* Randomize order of topics/partitions processed by fetcher to improve balance (dpkp PR 732)
You can’t perform that action at this time.
0 commit comments