| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add PyMapping_HasKeyWithError() and PyMapping_HasKeyStringWithError() functions. Fix also undefined behavior in PyMapping_GetOptionalItemString() when PyUnicode_FromString() fails: set '*result' to NULL.
Sorry, something went wrong.
|
Then I will add:
|
Sorry, something went wrong.
| // Marker to check that pointer value was set | ||
| #define UNINITIALIZED_OBJ ((PyObject *)"uninitialized") |
There was a problem hiding this comment.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add PyMapping_HasKeyWithError() and PyMapping_HasKeyStringWithError() functions.
Fix also undefined behavior in PyMapping_GetOptionalItemString() when PyUnicode_FromString() fails: set '*result' to NULL.