blob: aea1b02e08453b2c80ba2411d97b91c47dd53d46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
* Triage and fix/skip all test failures
* Stop embedding expat strings
* Add a way to disable network tests. ATM they fail silently, so this isn't a big priority
* Look at importing distutils-sysconfig.diff from cpython, if it's needed.
* Forward patches to PyPy upstream:
- pep3147-*
* Provide an option for i386 machines without SSE2.
PyPy upstream claims SSE2 is vital for performance and we can't disable it
for i386, we should provide both SSE2-enabled and legacy binaries.
The JIT with out SSE2 is currently broken...
* Work out the details for module packages supporting pypy.
* Package rpython
- Figure out where to put rpython/_cache
- Stop writing things into rpytohn/translator/c/src
* Porting:
- _continutation needs a single function ported to each architecture. Mostly
copy-paste from python-greenlet, but slightly different API.
* Multi-Arch:
- config cache
- headers
|