mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF patch 1495675: Remove types.InstanceType and new.instance
(Collin Winter)
This commit is contained in:
parent
2018831b2b
commit
65810fee5e
11 changed files with 50 additions and 146 deletions
|
@ -748,7 +748,6 @@ class Marshaller:
|
|||
else:
|
||||
# store instance attributes as a struct (really?)
|
||||
self.dump_struct(value.__dict__, write)
|
||||
dispatch[InstanceType] = dump_instance
|
||||
dispatch[DateTime] = dump_instance
|
||||
dispatch[Binary] = dump_instance
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue