Dear developers,

I'm a student interested in the idea of copy-on-write list slicing.

I noticed that on the PSF's GSoC wiki, students are suggested to fix a beginner-friendly bug, but after some searching, I eventually failed in finding some appropriate ones. May you help me about this?

Another question is about building pypy. I'm novice in pypy's implementation, so I decide to modify it's source code to help me understand it clearly. But it's really slow to build pypy. According to the pypy doc, I use this command to build it:

pypy rpython/bin/rpython --opt=jit pypy/goal/targetpypystandalone.py

It takes about an hour to complete on my computer. Then I modify a file, adding only one line. But rebuilding through this command also takes an hour. Is there any faster way to rebuild pypy with little modification?

Your answer and advice will be highly appreciated.

Thanks,
Yule Zhao
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to