block #xD800-#xDFFF, DEL #x7F, the C0 control block #x0-#x1F (except for #x9, #xA, and #xD), the C1 control block #x80-#x9F, #xFFFE, and #xFFFF.” however pyyaml has chosen to negate that check and ...
This code leads to the following warning with PyYAML (5.1). $ pip install pyyaml $ python3 foo.py foo.py:2: YAMLLoadWarning: calling yaml.load() without Loader=... is ...