-
Notifications
You must be signed in to change notification settings - Fork 138
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
(t) replication spawn error #2766 #2769
(t) replication spawn error #2766 #2769
Conversation
Modernise previously missed replication imports re Py3.*
- Force bytes format for replication messages and commands. - Minor modification re Pythnon 3 behaviour re dict.keys(), we replied on an implicit Python 2 behaviour. - Move to Fstrings. - Temp debug prints.
We still have a python 2 to 3 bytes issue going on here re:
But still a work in progress. Associated email:
|
- more str to byte for zmq use given our Py3 base now. - more fstring conversions. - further parameter/return type typecasting. - removed unused variable. - black format update
PR status update:Current draft pull request branch has the following behaviour.
From then on we have failures until after 10 attempts to follow-up we successfully disable the replication task. Sender:
Receiver
AND
|
This draft has been: |
we replied on an implicit Python 2 behaviour.
Closes #2766