mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Replace abort with Py_FatalError.
This commit is contained in:
parent
22c001bd29
commit
3f19b10ca5
2 changed files with 2 additions and 2 deletions
|
@ -1243,7 +1243,7 @@ char *re_compile_pattern(unsigned char *regex, int size, regexp_t bufp)
|
|||
}
|
||||
case Rquote:
|
||||
{
|
||||
abort();
|
||||
Py_FatalError("Rquote");
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
case Rbol:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue