mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
- make some internal symbols static
This commit is contained in:
parent
307676face
commit
bc7315068f
3 changed files with 3 additions and 3 deletions
|
|
@ -414,7 +414,7 @@ faulthandler_exc_handler(struct _EXCEPTION_POINTERS *exc_info)
|
|||
|
||||
/* Install the handler for fatal signals, faulthandler_fatal_error(). */
|
||||
|
||||
int
|
||||
static int
|
||||
faulthandler_enable(void)
|
||||
{
|
||||
size_t i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue