Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
16540408
Commit
16540408
authored
Jan 16, 2014
by
Stefan Krah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #19936: Disable shebang lines in order to prevent using a random
system python.
parent
cbefe3b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
Modules/_decimal/tests/bench.py
Modules/_decimal/tests/bench.py
+0
-2
Modules/_decimal/tests/deccheck.py
Modules/_decimal/tests/deccheck.py
+0
-2
Modules/_decimal/tests/randdec.py
Modules/_decimal/tests/randdec.py
+0
-2
No files found.
Modules/_decimal/tests/bench.py
View file @
16540408
#!/usr/bin/env python
#
# Copyright (C) 2001-2012 Python Software Foundation. All Rights Reserved.
# Modified and extended by Stefan Krah.
...
...
Modules/_decimal/tests/deccheck.py
View file @
16540408
#!/usr/bin/env python
#
# Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
#
...
...
Modules/_decimal/tests/randdec.py
View file @
16540408
#!/usr/bin/env python
#
# Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment