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

Fix enums of NoneType throwing when calling asdict with enum_as_int=True #50

Merged
merged 1 commit into from
Mar 5, 2022
Merged

Fix enums of NoneType throwing when calling asdict with enum_as_int=True #50

merged 1 commit into from
Mar 5, 2022

Conversation

Inrixia
Copy link
Contributor

@Inrixia Inrixia commented Mar 2, 2022

Fix for the issue mentioned here: #46 (comment)

Did a quick perf test repeating the call 99k times and looks like there is effectively no change with the majority of time taken up by helper functions as seen below in the SnakeViz graph.

image

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.

2 participants