mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Fixes issue of In C, if expressions should be parenthesized. PyLong_Check, PyUnicode_Check etc. happened to expand to a parenthesized expression before, but that's not API to rely on. Since Python 3.9.0a4 it needs to be parenthesized explicitly. https://gitlab.gnome.org/GNOME/libxml2/-/issues/149 https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/71