mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fixed very nasty null-dereferencing bug in DisposeControl/destroy
object.
This commit is contained in:
parent
cc778ebd62
commit
cfb60ee1e8
4 changed files with 42 additions and 35 deletions
|
@ -30,7 +30,7 @@ class MyScanner(Scanner):
|
|||
|
||||
def makeblacklistnames(self):
|
||||
return [
|
||||
'DisposeControl' # Implied by deletion of control object
|
||||
'DisposeControl', # Generated manually
|
||||
'KillControls', # Implied by close of dialog
|
||||
'SetCtlAction',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue