mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
gh-99955: undef ERROR and SUCCESS before redefining (fixes sanitizer warning) (#100215)
This commit is contained in:
parent
d3ea82aaf9
commit
985a71032b
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@
|
|||
*/
|
||||
#define STACK_USE_GUIDELINE 30
|
||||
|
||||
#undef SUCCESS
|
||||
#undef ERROR
|
||||
#define SUCCESS 0
|
||||
#define ERROR -1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue