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

Copy head_parsers list on construct. #150

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

dupondje
Copy link
Collaborator

We need to create a copy of the head_parsers.
Otherwise the self.value_formats contains just a reference to head_parsers.
But the self.value_formats is modified in the _parse_values, causing invalid values in the head_parsers list.

We need to create a copy of the head_parsers.
Otherwise the self.value_formats contains just a reference to
head_parsers.
But the self.value_formats is modified in the _parse_values, causing
invalid values in the head_parsers list.
@dupondje dupondje merged commit 1ce0925 into ndokter:master Mar 12, 2024
6 checks passed
@ndokter
Copy link
Owner

ndokter commented Mar 12, 2024

These changes have been put into v1.4.0

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