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
74780961
Commit
74780961
authored
Mar 10, 2007
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos.
parent
faaa2041
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Modules/getpath.c
Modules/getpath.c
+1
-1
Python/import.c
Python/import.c
+1
-1
No files found.
Modules/getpath.c
View file @
74780961
...
...
@@ -26,7 +26,7 @@
* as best as is possible, but most imports will fail.
*
* Before any searches are done, the location of the executable is
* determined. If argv[0] has one or more slashs in it, it is used
* determined. If argv[0] has one or more slash
e
s in it, it is used
* unchanged. Otherwise, it must have been invoked from the shell's path,
* so we search $PATH for the named executable and use that. If the
* executable was not found on $PATH (or there was no $PATH environment
...
...
Python/import.c
View file @
74780961
...
...
@@ -2536,7 +2536,7 @@ PyImport_Import(PyObject *module_name)
if
(
import
==
NULL
)
goto
err
;
/* Call the _import__ function with the proper argument list */
/* Call the _
_
import__ function with the proper argument list */
r
=
PyObject_CallFunctionObjArgs
(
import
,
module_name
,
globals
,
globals
,
silly_list
,
NULL
);
...
...
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