Skip to content

Commit ccfd88f

Browse files
committed
Update compatibility with Python 3.11 beta 1
What has been added in 3.11 alpha 1: python/cpython@98eee94 is now removed in beta 1: python/cpython@944fffe
1 parent 5296628 commit ccfd88f

100 files changed

Lines changed: 0 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

marshalparser/marshalparser.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ def set_codeobject_structure(self) -> None:
308308
("qualname", self.read_object),
309309
("firstlineno", self.read_long),
310310
("linetable", self.read_object),
311-
("endlinetable", self.read_object),
312-
("columntable", self.read_object),
313311
("exceptiontable", self.read_object),
314312
]
315313

@@ -323,8 +321,6 @@ def set_codeobject_structure(self) -> None:
323321
"localsplusnames",
324322
"localspluskinds",
325323
"qualname",
326-
"endlinetable",
327-
"columntable",
328324
"exceptiontable",
329325
):
330326
continue
15.4 KB
Binary file not shown.
281 Bytes
Binary file not shown.
1.97 KB
Binary file not shown.
1.9 KB
Binary file not shown.
723 Bytes
Binary file not shown.
Binary file not shown.
41.2 KB
Binary file not shown.
4.5 KB
Binary file not shown.
49 KB
Binary file not shown.

0 commit comments

Comments
 (0)