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
6889482c
Commit
6889482c
authored
May 24, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare release of Cython 3.0a7.
parent
8bc7ca53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
CHANGES.rst
CHANGES.rst
+3
-3
Cython/Shadow.py
Cython/Shadow.py
+1
-1
No files found.
CHANGES.rst
View file @
6889482c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Cython
Changelog
Cython
Changelog
================
================
3.0.0
alpha
7
(
2020
-
0
?-??
)
3.0.0
alpha
7
(
2020
-
0
5
-
24
)
==========================
==========================
Features
added
Features
added
...
@@ -94,8 +94,8 @@ Bugs fixed
...
@@ -94,8 +94,8 @@ Bugs fixed
* Structs could not be instantiated with positional arguments in
* Structs could not be instantiated with positional arguments in
pure Python mode.
pure Python mode.
* Literal list assignments to pointer
s declared in PEP-526 notation
* Literal list assignments to pointer
variables declared in PEP-526
failed to compile.
notation
failed to compile.
* Nested C++ types were not usable through ctypedefs.
* Nested C++ types were not usable through ctypedefs.
Patch by Vadim Pushtaev. (Github issue :issue:`4039`)
Patch by Vadim Pushtaev. (Github issue :issue:`4039`)
...
...
Cython/Shadow.py
View file @
6889482c
# cython.* namespace for pure mode.
# cython.* namespace for pure mode.
from
__future__
import
absolute_import
from
__future__
import
absolute_import
__version__
=
"3.0a
6
"
__version__
=
"3.0a
7
"
try
:
try
:
from
__builtin__
import
basestring
from
__builtin__
import
basestring
...
...
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