Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor type_data to save space #194

Merged
merged 3 commits into from Apr 26, 2023
Merged

Conversation

oremanj
Copy link
Contributor

@oremanj oremanj commented Apr 26, 2023

Split fields that are only needed during type object initialization (doc, base, base_py, type_slots) into a new type_init_data structure, so that the persistent type_data doesn't need to store them.//

Split off from #192

oremanj and others added 3 commits April 26, 2023 12:31
Split fields that are only needed during type object initialization (doc, base, base_py, type_slots) into a new `type_init_data` structure, so that the persistent `type_data` doesn't need to store them.
@wjakob wjakob merged commit e8c405d into wjakob:master Apr 26, 2023
16 checks passed
@oremanj oremanj deleted the type-data-prelim branch May 1, 2023 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants