mirror of https://github.com/python/cpython
gh-99955: undef ERROR and SUCCESS before redefining (fixes sanitizer warning) (#100215)
This commit is contained in:
parent
d3ea82aaf9
commit
985a71032b
|
@ -55,6 +55,8 @@
|
|||
*/
|
||||
#define STACK_USE_GUIDELINE 30
|
||||
|
||||
#undef SUCCESS
|
||||
#undef ERROR
|
||||
#define SUCCESS 0
|
||||
#define ERROR -1
|
||||
|
||||
|
|
Loading…
Reference in New Issue