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
6952177d
Commit
6952177d
authored
Nov 06, 2001
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added longlong routines.
parent
f122d366
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
Mac/Build/PythonCore.exp
Mac/Build/PythonCore.exp
+4
-1
Mac/Build/PythonCoreCarbon.exp
Mac/Build/PythonCoreCarbon.exp
+4
-0
No files found.
Mac/Build/PythonCore.exp
View file @
6952177d
...
...
@@ -431,6 +431,10 @@ PyList_New
PyLong_Type
PyLong_FromUnicode
PyLong_FromString
PyLong_AsUnsignedLongLong
PyLong_AsLongLong
PyLong_FromUnsignedLongLong
PyLong_FromLongLong
PyLong_AsVoidPtr
PyLong_FromVoidPtr
PyLong_AsDouble
...
...
@@ -2102,7 +2106,6 @@ set_new_handler__3stdFPFv_v # std::set_new_handler(void (*)(void))
__throw_bad_alloc__3stdFv # std::__throw_bad_alloc()
__dt__Q23std9bad_allocFv # std::bad_alloc::~bad_alloc()
qd
exit
__console_exit
__stdio_exit
__aborting
...
...
Mac/Build/PythonCoreCarbon.exp
View file @
6952177d
...
...
@@ -431,6 +431,10 @@ PyList_New
PyLong_Type
PyLong_FromUnicode
PyLong_FromString
PyLong_AsUnsignedLongLong
PyLong_AsLongLong
PyLong_FromUnsignedLongLong
PyLong_FromLongLong
PyLong_AsVoidPtr
PyLong_FromVoidPtr
PyLong_AsDouble
...
...
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