Quickstart Example does not work
On cssselect==1.3.0 (but not cssselect==1.2.0), the Quickstart example does not work:
from cssselect import GenericTranslator, SelectorError expression = GenericTranslator().css_to_xpath('div.content')
throws TypeError: unhashable type: 'list'
(Python : sys.version_info(major=3, minor=9, micro=1, releaselevel='final', serial=0))
Actually, seems not reproducible in a fresh environment, I'll re-open if I figure out what's going on here
Seems to happen on Mac Sequoia 15.4.1 but not Ubuntu 24.04
Also seems to happen on Python 3.9 but not 3.12
Can you please at least provide the full traceback?