Skip to content

Killing long computation in IPython with Ctrl+C sometimes leaves the environment inoperable #238

@tomato42

Description

@tomato42

When the thread is killed by KeyboardInterrupt it may happen while the RWLock was handling the locking of the different queues, leaving the PointJacobi inoperable.

The code should handle abort with SIGINT gracefully, in a way that allows object reuse in IPython or in an interactive session.

Metadata

Metadata

Assignees

Labels

bugunintended behaviour in ecdsa code

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions