-
Notifications
You must be signed in to change notification settings - Fork 849
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
Python 3.4 text file write failure #991
Comments
@kclulow -- interesting; could you share some example Python code that shows how you are calling I don't know offhand of any known issues with writing to files. But there are some known issues with socket I/O ( #575 #610 #616 ). If you're passing |
`
|
Yeah 616 sounds very like the behaviour here. Also note, this call is executing over a high bandwidth high latency link between Sydney Australia and Las Vegas USA which may exacerbate #616 |
Please use the following bug reporting template to help produce actionable and reproducible issues. Please try to ensure that the reproduction is minimal so that the team can go through more bugs!
When writing a large CSV file (greater than 50000 lines) by reading from a pymssql cursor and using the standard csv writer, the application hangs within the csvwriter.writelines method and fails to return after writing all lines.
Same code runs successfully on Centos7, Ubuntu, Red hat distros
Method returns successfully
Method hangs
python3
pip3
pymssql
The text was updated successfully, but these errors were encountered: