FS#44669 - [pypy3] import stackless doesn't work

Attached to Project: Community Packages
Opened by Henrique (hdante) - Monday, 20 April 2015, 21:56 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 02 November 2015, 05:53 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Executing "import stackless" in pypy3 in an up-to-date Arch Linux installation results in the following error:

pypy3
Python 3.2.5 (b2091e973da69152b3f928bfaabd5d2347e6df46, Nov 18 2014, 20:15:54)
[PyPy 2.4.0 with GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>> import stackless
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/pypy3/lib_pypy/stackless.py", line 542, in <module>
_init()
File "/opt/pypy3/lib_pypy/stackless.py", line 538, in _init
tasklet._init.__func__(_main_tasklet, label='main')
AttributeError: 'function' object has no attribute '__func__'


Additional info:
* package version(s)
pypy3 2.4.0-2

Steps to reproduce:
pypy3
import stackless
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Monday, 02 November 2015, 05:53 GMT
Reason for closing:  Upstream
Additional comments about closing:  No reason for tracking this for now. No way I can change this.
Comment by Sven-Hendrik Haase (Svenstaro) - Wednesday, 22 April 2015, 08:32 GMT
Is this expected to work in pypy3 at this point?
Comment by Sven-Hendrik Haase (Svenstaro) - Sunday, 26 July 2015, 18:27 GMT
Is this still a problem?
Comment by Henrique (hdante) - Wednesday, 29 July 2015, 00:48 GMT
Yes, I believe upstream development is halted

Loading...