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
d77520a4
Commit
d77520a4
authored
Feb 04, 2011
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #11118: Fix bogus export of None in python3.dll.
parent
4b0c24a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
12 deletions
+4
-12
Misc/NEWS
Misc/NEWS
+2
-0
PC/python3.def
PC/python3.def
+1
-1
PC/python32stub.def
PC/python32stub.def
+1
-11
No files found.
Misc/NEWS
View file @
d77520a4
...
...
@@ -10,6 +10,8 @@ What's New in Python 3.2?
Core and Builtins
-----------------
- Issue #11118: Fix bogus export of None in python3.dll.
Library
-------
...
...
PC/python3.def
View file @
d77520a4
...
...
@@ -681,7 +681,7 @@ EXPORTS
_Py_Dealloc=python32._Py_Dealloc
_Py_EllipsisObject=python32._Py_EllipsisObject DATA
_Py_FalseStruct=python32._Py_FalseStruct DATA
_Py_NoneStruct=python32.
Py_GetCopyright
_Py_NoneStruct=python32.
_Py_NoneStruct DATA
_Py_NotImplementedStruct=python32._Py_NotImplementedStruct DATA
_Py_SwappedOp=python32._Py_SwappedOp DATA
_Py_TrueStruct=python32._Py_TrueStruct DATA
...
...
PC/python32stub.def
View file @
d77520a4
...
...
@@ -10,13 +10,6 @@ PyArg_ValidateKeywordArguments
PyBaseObject_Type
PyBool_FromLong
PyBool_Type
PyBuffer_FillContiguousStrides
PyBuffer_FillInfo
PyBuffer_FromContiguous
PyBuffer_GetPointer
PyBuffer_IsContiguous
PyBuffer_Release
PyBuffer_ToContiguous
PyByteArrayIter_Type
PyByteArray_AsString
PyByteArray_Concat
...
...
@@ -317,7 +310,6 @@ PyMem_Free
PyMem_Malloc
PyMem_Realloc
PyMemberDescr_Type
PyMemoryView_FromBuffer
PyMemoryView_FromObject
PyMemoryView_GetContiguous
PyMemoryView_Type
...
...
@@ -399,7 +391,6 @@ PyObject_CallMethodObjArgs
PyObject_CallObject
PyObject_CheckReadBuffer
PyObject_ClearWeakRefs
PyObject_CopyData
PyObject_DelItem
PyObject_DelItemString
PyObject_Dir
...
...
@@ -412,7 +403,6 @@ PyObject_GenericGetAttr
PyObject_GenericSetAttr
PyObject_GetAttr
PyObject_GetAttrString
PyObject_GetBuffer
PyObject_GetItem
PyObject_GetIter
PyObject_HasAttr
...
...
@@ -691,7 +681,7 @@ _Py_CheckRecursiveCall
_Py_Dealloc
_Py_EllipsisObject
_Py_FalseStruct
Py_GetCopyrigh
t
_Py_NoneStruc
t
_Py_NotImplementedStruct
_Py_SwappedOp
_Py_TrueStruct
...
...
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