[issue35686] memoryview contextmanager causing strange crash

2019-01-08 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue35686] memoryview contextmanager causing strange crash

2019-01-08 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. Can you please add a simple reproducer in Python with what the test is trying to do without dependencies from the project? perhaps with a sample of relevant files used by the test in Travis. -- nosy: +xtreak

[issue35686] memoryview contextmanager causing strange crash

2019-01-08 Thread Thomas Waldmann
New submission from Thomas Waldmann : See there: https://github.com/borgbackup/borg/pull/4247 I did the first changeset after seeing some strange exception popping up which it was handling another exception - which I assumed was related to memoryview.release not being called in the original