view .hgignore @ 189:8054e925d9c7

client: kill the server on unrecoverable communication errors (issue5516) Once an unrecoverable communication error occurs between the client and server, it's no longer safe to send further commands to the same server. On Windows, attempting to do so is known to cause lockups and memory leaks. Close the client and kill the server when an such an error occurs. This way, any further commands will fail gracefully with ValueError until the client is reopened.
author Gábor Stefanik <gabor.stefanik@nng.com>
date Mon, 21 Aug 2017 17:02:14 +0200
parents c41442cb355d
children 522cefa8cb45
line wrap: on
line source

syntax: glob

dist
MANIFEST
MANIFEST.in
*.pyc
*.orig
*.rej
*~
*.swp
*.noseids
build