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
Gwenaël Samain
cython
Commits
590badb0
Commit
590badb0
authored
Jun 25, 2009
by
Dag Sverre Seljebotn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #191
parent
25f8180e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
2 deletions
+32
-2
Cython/Includes/python_version.pxd
Cython/Includes/python_version.pxd
+2
-2
tests/compile/shipped_pxds.pyx
tests/compile/shipped_pxds.pyx
+30
-0
No files found.
Cython/Includes/python_version.pxd
View file @
590badb0
...
...
@@ -28,5 +28,5 @@ cdef extern from *:
# 0xC (release candidate)
# 0xF (final)
char
[]
PY_VERSION
char
[]
PY_PATCHLEVEL_REVISION
char
PY_VERSION
[]
char
PY_PATCHLEVEL_REVISION
[]
tests/compile/shipped_pxds.pyx
0 → 100644
View file @
590badb0
cimport
python_bool
cimport
python_buffer
cimport
python_complex
cimport
python_dict
cimport
python_exc
cimport
python_float
cimport
python_function
cimport
python_instance
cimport
python_int
cimport
python_iterator
cimport
python_list
cimport
python_long
cimport
python_mapping
cimport
python_mem
cimport
python_method
cimport
python_module
cimport
python_number
cimport
python_object
cimport
python_parse
cimport
python
cimport
python_ref
cimport
python_sequence
cimport
python_set
cimport
python_string
cimport
python_tuple
cimport
python_type
cimport
python_unicode
cimport
python_version
cimport
stdio
cimport
stdlib
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