mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
#2985: allow i8 in XMLRPC responses.
This commit is contained in:
parent
b77e888f41
commit
d0b592f8e8
2 changed files with 6 additions and 2 deletions
|
|
@ -897,6 +897,7 @@ class Unmarshaller:
|
|||
self.append(int(data))
|
||||
self._value = 0
|
||||
dispatch["i4"] = end_int
|
||||
dispatch["i8"] = end_int
|
||||
dispatch["int"] = end_int
|
||||
|
||||
def end_double(self, data):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue