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 for race condition in url file decoding. #4518

Merged
merged 1 commit into from Nov 11, 2013

Conversation

porterjamesj
Copy link
Contributor

As evidenced in bcbio/bcbio-nextgen#163. Python's open
creates the file before writing to it, so it's possible for
an engine to read the file before the connection information
has been written, resulting in an error. This commit prevents
this.

As evidenced in bcbio/bcbio-nextgen#163. Python's `open`
creates the file before writing to it, so it's possible for
an engine to read the file before the connection information
has been written, resulting in an error. This commit prevents
this.
minrk added a commit that referenced this pull request Nov 11, 2013
Fix for race condition in url file decoding.
@minrk minrk merged commit 96973aa into ipython:master Nov 11, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Fix for race condition in url file decoding.
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