diff options
Diffstat (limited to 'Lib/test/crashers/recursive_call.py')
-rw-r--r-- | Lib/test/crashers/recursive_call.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/crashers/recursive_call.py b/Lib/test/crashers/recursive_call.py index 31c8963..2d160a7 100644 --- a/Lib/test/crashers/recursive_call.py +++ b/Lib/test/crashers/recursive_call.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # No bug report AFAIK, mail on python-dev on 2006-01-10 |