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

Fixes #304 - Workaround for fixing issues with deep copy and recursion limit #318

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

manoskary
Copy link
Member

Sets temporarily the recursion limit higher to avoid SystemError with deepcopy and recursion depth to adress issue #304 304.

Set temporarily the recursion limit higher to avoid SystemError with deepcopy and recursion depth.
@manoskary manoskary requested a review from sildater September 21, 2023 12:25
@manoskary manoskary self-assigned this Sep 21, 2023
@manoskary manoskary linked an issue Sep 21, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Patch coverage is 50.00% of modified lines.

Files Changed Coverage
partitura/score.py 14.28%
partitura/io/importmatch.py 100.00%
partitura/utils/music.py 100.00%

📢 Thoughts on this report? Let us know!.

@manoskary manoskary changed the title Fixes #304 Fixes #304 - Workaround for fixing issues with deep copy and recursion limit Sep 21, 2023
@huispaty huispaty merged commit 70daa16 into develop Sep 22, 2023
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.

Issue when deepcopying a score
4 participants