mirror of
https://github.com/python/cpython.git
synced 2025-09-17 06:06:25 +00:00
Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558.
This commit is contained in:
parent
c8de4585a6
commit
07f1dfa91c
2 changed files with 2 additions and 32 deletions
|
@ -44,6 +44,8 @@ class MyScanner(Scanner):
|
|||
|
||||
def makeblacklistnames(self):
|
||||
return [
|
||||
"LSInit",
|
||||
"LSTerm",
|
||||
"kLSRequestAllInfo",
|
||||
"kLSRolesAll",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue