PetterS / quickjs

Thin Python wrapper of https://bellard.org/quickjs/
https://github.com/bellard/QuickJS
MIT License
175 stars 19 forks source link

Compare to NULL explicitely #95

Open qwenger opened 2 years ago

qwenger commented 2 years ago

Use NULL == ptr to avoid issues when forgetting an equal sign?