Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
c6d604f0
Commit
c6d604f0
authored
Aug 19, 2016
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move changelog into a new release
parent
6ae38d05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
CHANGES.rst
CHANGES.rst
+12
-8
No files found.
CHANGES.rst
View file @
c6d604f0
...
...
@@ -2,6 +2,18 @@
CHANGES
=======
v25
.4.0
-------
*
Add
Extension
(
py_limited_api
=
True
).
When
set
to
a
truthy
value
,
that
extension
gets
a
filename
apropriate
for
code
using
Py_LIMITED_API
.
When
used
correctly
this
allows
a
single
compiled
extension
to
work
on
all
future
versions
of
CPython
3.
The
py_limited_api
argument
only
controls
the
filename
.
To
be
compatible
with
multiple
versions
of
Python
3
,
the
C
extension
will
also
need
to
set
-
DPy_LIMITED_API
=...
and
be
modified
to
use
only
the
functions
in
the
limited
API
.
v25
.3.0
-------
...
...
@@ -44,14 +56,6 @@ v25.1.3
*
#
714
and
#
704
:
Revert
fix
as
it
breaks
other
components
downstream
that
can
't handle unicode. See #709, #710,
and #712.
* Add Extension(py_limited_api=True). When set to a truthy value,
that extension gets a filename apropriate for code using Py_LIMITED_API.
When used correctly this allows a single compiled extension to work on
all future versions of CPython 3.
The py_limited_api argument only controls the filename. To be
compatible with multiple versions of Python 3, the C extension
will also need to set -DPy_LIMITED_API=... and be modified to use
only the functions in the limited API.
v25.1.2
-------
...
...
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