diff options
Diffstat (limited to 'Parser/intrcheck.c')
-rw-r--r-- | Parser/intrcheck.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c index a2a3145..7fe6205 100644 --- a/Parser/intrcheck.c +++ b/Parser/intrcheck.c @@ -219,3 +219,8 @@ PyOS_InterruptOccurred() } #endif /* !OK */ + +void +PyOS_AfterFork() +{ +} |