Bug #1939
Review the candidates added by check_distant_cands
0%
Description
There have been some cases of bad KPs that are getting added by the check_distant_cands function.
E.g.
KP: function or method objects
KP doc_id: #####1931#%&Table Of Contents#%&Debugging and Profiling#%&pdb — The Python Debugger#%&
Similar doc: #####2176#%&Table Of Contents#%&Python Language Services#%&pyclbr — Python module browser support#%&Function Objects#%&
KP: set breakpoints and type
KP doc_id: #####1931#%&Table Of Contents#%&Debugging and Profiling#%&pdb — The Python Debugger#%&
similar doc: #####61#%&Table Of Contents#%&Built-in Types#%&Set Types — set, frozenset#%&
We should review all the KPs that are getting added by this function to see the ratio of good and bad KPs. Then we will see if we need to make any changes in the function.