Skip to content

Commit 1654040

Browse files
author
Stefan Krah
committed
Issue #19936: Disable shebang lines in order to prevent using a random
system python.
1 parent cbefe3b commit 1654040

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Modules/_decimal/tests/bench.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
#
42
# Copyright (C) 2001-2012 Python Software Foundation. All Rights Reserved.
53
# Modified and extended by Stefan Krah.

Modules/_decimal/tests/deccheck.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
#
42
# Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
53
#

Modules/_decimal/tests/randdec.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
#
42
# Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
53
#

0 commit comments

Comments
 (0)