Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
cython
Commits
e180ea74
Commit
e180ea74
authored
Apr 22, 2010
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove Py_UNICODE from standard imports as it is now a builtin type
parent
0d371532
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
Cython/Includes/cpython/long.pxd
Cython/Includes/cpython/long.pxd
+0
-1
Cython/Includes/cpython/unicode.pxd
Cython/Includes/cpython/unicode.pxd
+0
-2
No files found.
Cython/Includes/cpython/long.pxd
View file @
e180ea74
from
cpython.unicode
cimport
Py_UNICODE
cdef
extern
from
"Python.h"
:
ctypedef
long
long
PY_LONG_LONG
...
...
Cython/Includes/cpython/unicode.pxd
View file @
e180ea74
cdef
extern
from
*
:
ctypedef
unsigned
int
Py_UNICODE
# Return true if the object o is a Unicode object or an instance
# of a Unicode subtype. Changed in version 2.2: Allowed subtypes
# to be accepted.
...
...
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