Skip to content

Fix for race condition in url file decoding.#4518

Merged
minrk merged 1 commit into
ipython:masterfrom
porterjamesj:master
Nov 11, 2013
Merged

Fix for race condition in url file decoding.#4518
minrk merged 1 commit into
ipython:masterfrom
porterjamesj:master

Conversation

@porterjamesj
Copy link
Copy Markdown
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.

2 participants