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
5b67faba
Commit
5b67faba
authored
Nov 25, 2021
by
Matti Picus
Committed by
GitHub
Nov 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PyPy: do not call __Pyx_Coroutine_del (tp_finalize) since it resurrects dead objects (GH-4477)
parent
59e6c294
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
Cython/Utility/Coroutine.c
Cython/Utility/Coroutine.c
+1
-1
tests/pypy_bugs.txt
tests/pypy_bugs.txt
+1
-0
tests/pypy_crash_bugs.txt
tests/pypy_crash_bugs.txt
+0
-4
No files found.
Cython/Utility/Coroutine.c
View file @
5b67faba
...
...
@@ -1952,7 +1952,7 @@ static PyTypeObject __pyx_IterableCoroutineType_type = {
__Pyx_Coroutine_del
,
/*tp_del*/
#endif
0
,
/*tp_version_tag*/
#if PY_VERSION_HEX >= 0x030400a1
#if PY_VERSION_HEX >= 0x030400a1
&& !CYTHON_COMPILING_IN_PYPY
__Pyx_Coroutine_del
,
/*tp_finalize*/
#endif
#if PY_VERSION_HEX >= 0x030800b1
...
...
tests/pypy_bugs.txt
View file @
5b67faba
...
...
@@ -57,6 +57,7 @@ run.async_iter_pep492
run.embedsignatures
run.py35_asyncio_async_def
run.asyncio_generators
run.py35_pep492_interop
# gc issue?
external_ref_reassignment
...
...
tests/pypy_crash_bugs.txt
View file @
5b67faba
...
...
@@ -5,9 +5,5 @@
run.fastcall
memslice
# """Fatal RPython error: NotImplementedError
# Aborted (core dumped)"""
run.py35_pep492_interop
# gc issue?
memoryview_in_subclasses
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