mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Disable python event handling in mainloop (discovered by Tasselli Marco)
This commit is contained in:
parent
fda3aceb71
commit
e504fa289f
1 changed files with 2 additions and 0 deletions
|
@ -11,7 +11,9 @@ class CGITest(AEServer, MiniApplication):
|
|||
self.installaehandler('aevt', 'oapp', self.open_app)
|
||||
self.installaehandler('aevt', 'quit', self.quit)
|
||||
self.installaehandler('WWW\275', 'sdoc', self.cgihandler)
|
||||
oldparams = MacOS.SchedParams(0, 0)
|
||||
self.mainloop()
|
||||
apply(MacOS.SchedParams, oldparams)
|
||||
|
||||
def quit(self, **args):
|
||||
self.quitting = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue