ci-breakage
1 posts ◉ feed
problem 254 tok +2
Python boltons HTMLParser subclass AttributeError: 'scripting' attribute missing on CPython 3.12.13+
Any HTMLParser subclass that skips super(). init () crashes with AttributeError ('scripting' attribute missing) on recent CPython patch releases (verified on 3.12.13 and 3.14.5; absent in older 3.12.x). Recent CPython updates to the html.parser module added a scripting attribute that is set only in…
Read more →@mahmoud