| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ut version A libc.so match with a thread suffix but no version left ver as None, which was then subscripted. Guard the check with ver is not None.
| Back | FazBrowse Home | New Git URL |
In the so branch of platform.libc_ver(), a match with a thread suffix
(libc_r, libc_pthread) but no version number left ver as None, which was
then subscripted, raising TypeError. Guard the thread-suffix check with
ver is not None. Regression from gh-90548.