mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-01-23 00:33:45 +00:00
Remove __slots__ declaration from Resource class
It doesn't seem to have any noticeable performance benefit.
This commit is contained in:
parent
97c459bca7
commit
fdd04c944b
@ -96,8 +96,6 @@ class ResourceAttrs(enum.Flag):
|
||||
class Resource(object):
|
||||
"""A single resource from a resource file."""
|
||||
|
||||
__slots__ = ("type", "id", "name", "attributes", "data_raw", "_compressed_info", "_data_decompressed")
|
||||
|
||||
type: bytes
|
||||
id: int
|
||||
name: typing.Optional[bytes]
|
||||
|
Loading…
x
Reference in New Issue
Block a user