kamahen / pykythe

Generate code Python source cross-reference facts in Kythe format
Other
21 stars 3 forks source link

os.path.sep "guess" for attributes #29

Open kamahen opened 4 years ago

kamahen commented 4 years ago

os.path.sep can't resolve "sep", so it guesses and gets str, bytes, bytearray. It should be able to resolve sep to a single item.

This appears similar to issue #4, but the underlying cause seems different ... probably an error in dereferencing an import.