Fix for issue #22

Declined
#27 · Created  · Last updated

Declined pull request

Python 3 file objects allow the issue of file handle to be solved. Python 2 lack a good way to do this.

Closed by: ·2018-11-06

Description

We override built-in function open and class file on Windows to workaround some issues with shared descriptors. But we forgot that builtin.file is a type not a function. This commit fixes the issue by inheriting our shared_file from builtin.file.

I have also modified tests/gold_tests/launch_tests.py script to work with local version of parts.

Added test for the issue #22.

0 attachments

0 comments

Loading commits...