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
Kirill Smelkov
cython
Commits
6ce7dbdc
Commit
6ce7dbdc
authored
Apr 14, 2013
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog
parent
f0e32c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
CHANGES.rst
CHANGES.rst
+6
-2
No files found.
CHANGES.rst
View file @
6ce7dbdc
...
@@ -8,6 +8,10 @@ Cython Changelog
...
@@ -8,6 +8,10 @@ Cython Changelog
Features added
Features added
--------------
--------------
* New directives ``c_string_type`` and ``c_string_encoding`` to more easily
and automatically convert between C strings and the different Python string
types.
* The extension type flag ``Py_TPFLAGS_HAVE_VERSION_TAG`` is enabled by default
* The extension type flag ``Py_TPFLAGS_HAVE_VERSION_TAG`` is enabled by default
on extension types and can be disabled using the ``type_version_tag`` compiler
on extension types and can be disabled using the ``type_version_tag`` compiler
directive.
directive.
...
@@ -63,8 +67,8 @@ Features added
...
@@ -63,8 +67,8 @@ Features added
* Keyword arguments are supported for cdef functions.
* Keyword arguments are supported for cdef functions.
*
Added c_string_type and c_string_encoding directives to more easily convert between
*
External C++ classes can be declared nogil. Patch by John Stumpo. This fixes
Python and C strings
.
trac ticket 805
.
Bugs fixed
Bugs fixed
----------
----------
...
...
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