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
6810f92d
Commit
6810f92d
authored
Dec 19, 2002
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The extension module macfs has been replaced by a pure Python version.
parent
e8766330
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
1198 deletions
+0
-1198
Mac/Modules/macfsmodule.c
Mac/Modules/macfsmodule.c
+0
-1192
setup.py
setup.py
+0
-6
No files found.
Mac/Modules/macfsmodule.c
deleted
100644 → 0
View file @
e8766330
This diff is collapsed.
Click to expand it.
setup.py
View file @
6810f92d
...
...
@@ -733,10 +733,6 @@ class PyBuildExt(build_ext):
extra_link_args
=
[
'-framework'
,
'Carbon'
])
)
exts
.
append
(
Extension
(
'icglue'
,
[
'icgluemodule.c'
],
extra_link_args
=
[
'-framework'
,
'Carbon'
])
)
exts
.
append
(
Extension
(
'macfs'
,
[
'macfsmodule.c'
,
'../Python/getapplbycreator.c'
],
extra_link_args
=
[
'-framework'
,
'Carbon'
])
)
exts
.
append
(
Extension
(
'_Res'
,
[
'res/_Resmodule.c'
],
extra_link_args
=
[
'-framework'
,
'Carbon'
])
)
exts
.
append
(
Extension
(
'_Snd'
,
[
'snd/_Sndmodule.c'
],
...
...
@@ -747,8 +743,6 @@ class PyBuildExt(build_ext):
extra_link_args
=
[
'-framework'
,
'Carbon'
])
)
exts
.
append
(
Extension
(
'_AH'
,
[
'ah/_AHmodule.c'
],
extra_link_args
=
[
'-framework'
,
'Carbon'
])
)
exts
.
append
(
Extension
(
'_Alias'
,
[
'alias/_Aliasmodule.c'
],
extra_link_args
=
[
'-framework'
,
'Carbon'
])
)
exts
.
append
(
Extension
(
'_App'
,
[
'app/_Appmodule.c'
],
extra_link_args
=
[
'-framework'
,
'Carbon'
])
)
exts
.
append
(
Extension
(
'_CarbonEvt'
,
[
'carbonevt/_CarbonEvtmodule.c'
],
...
...
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