Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
052ac888
Commit
052ac888
authored
Mar 18, 2022
by
dieter
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'python38-and-39' of
https://github.com/zopefoundation/ZEO
into python38-and-39
parents
49542a20
171c2a60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
src/ZEO/asyncio/client.py
src/ZEO/asyncio/client.py
+2
-9
No files found.
src/ZEO/asyncio/client.py
View file @
052ac888
...
...
@@ -485,17 +485,10 @@ class Client(object):
self
.
verify_invalidation_queue
=
[]
# See comment in init :(
protocol
=
self
.
protocol
if
server_tid
is
None
:
try
:
try
:
if
server_tid
is
None
:
server_tid
=
yield
protocol
.
fut
(
'lastTransaction'
)
except
ClientDisconnected
as
exc
:
# If needed, after consideration more exceptions can be
# caught here. Possibly you want to include this into the
# following try clause.
del
self
.
protocol
self
.
register_failed
(
protocol
,
exc
)
try
:
cache
=
self
.
cache
if
cache
:
cache_tid
=
cache
.
getLastTid
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment