[Python-Dev] current 2.5 status

"Martin v. Löwis" martin at v.loewis.de
Wed Apr 5 00:10:09 CEST 2006


Trent Mick wrote:
> I wonder if it would be possible to write a "reaper" script that used
> some combination of EnumWindows, SendKeys, the Performance Monitoring
> APIs (Pdh* function) and some elbow grease to click these crash dialogs
> away.

The buildbot invokes itself a "reaper" procedure if the current build
step doesn't produce any output for some period of time (I think 2000s).
This would be the place where actions should be added, IMO.

For clicking crash dialogs, I wonder whether running the processes in
their own window station (CreateWindowStation) would help: I would hope
that the dialogs get forcefully closed when the window station get
closed.

Regards,
Martin


More information about the Python-Dev mailing list