adafruit / Adafruit_Python_PlatformDetect

MIT License
59 stars 236 forks source link

Fix recursion on some systems #315

Closed makermelissa closed 1 year ago

makermelissa commented 1 year ago

Fixes #300. I found the fix for this at https://nedbatchelder.com/blog/201010/surprising_getattr_recursion.html and tested on a Raspberry Pi 4 to make sure it still works with this change.

makermelissa commented 1 year ago

Review please?

makermelissa commented 1 year ago

Thanks