]> granicus.if.org Git - python/commit
On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a crashing...
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 20 Feb 2001 22:27:43 +0000 (22:27 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 20 Feb 2001 22:27:43 +0000 (22:27 +0000)
commit599ce9c6c2299b085011c426f0893d494cf9403d
tree74cf648aeccf4798572a69adcc4aa6b3c34e4a9d
parentc05abb3bdaa87b6e5ea2d6db1e5d6145ae2b0440
On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a crashing UPP. This made ModalDialog (and, hence EditPythonPrefs and EasyDialogs and many others) crash. Fixed.
Mac/Modules/dlg/Dlgmodule.c
Mac/Modules/dlg/dlgsupport.py