pallets / werkzeug

The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.66k stars 1.73k forks source link

watchdog: Prevent reload if a file gets closed without any changes #2946

Closed lociii closed 2 months ago

lociii commented 2 months ago

Ignores the new closed_no_write event type fired by watchdog 5.x that is causing unnecessary reloads.

fixes https://github.com/pallets/werkzeug/issues/2945

lociii commented 2 months ago

Will send another, properly tested PR