BoboTiG / python-mss

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
https://pypi.org/project/mss/
MIT License
987 stars 88 forks source link

Fix issue #220 by letting close() restore the previous error handler. #241

Closed relent95 closed 1 year ago

relent95 commented 1 year ago

Changes proposed in this PR

It is very important to keep up to date tests and documentation.

Is your code right?