We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdef9d0 commit e803394Copy full SHA for e803394
docs/source/changelog.rst
@@ -2,6 +2,14 @@
2
Change Log
3
**********
4
5
+**Pyro 5.9.2**
6
+
7
+- fixed a silent error in the server when doing error handling (avoid calling getpeername() which may fail)
8
+ this issue could cause a method call to not being executed in a certain specific scenario.
9
+ (oneway call on MacOS when using unix domain sockets). Still, it's probably wise to upgrade as
10
+ this was a regression since version 5.8.
11
12
13
**Pyro 5.9.1**
14
15
- fixed some circular import conflicts
0 commit comments