You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2022. It is now read-only.
Fix python3.8 segfault for the named_* family of functions
The fix might be more widely required, but in particular
python3.8 would segfault when PyUnicode_FromString() was
called before the interpreter was initialized.
Which is expected tbh, but a change in behaviour from
earlier versions.
0 commit comments