diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-02 13:09:17 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-02 13:09:17 +0300 |
commit | 38fde63f74091af1f6a0d485474769bb6b4f17ce (patch) | |
tree | 1317a1fa2ef61c710ff5c653f43c0af8bb164ca6 /debian/TODO | |
download | pypy-debian.tar.gz |
Import pypy (7.2.0+dfsg-1)debian/7.2.0+dfsg-1debian
Diffstat (limited to 'debian/TODO')
-rw-r--r-- | debian/TODO | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/TODO b/debian/TODO new file mode 100644 index 0000000..aea1b02 --- /dev/null +++ b/debian/TODO @@ -0,0 +1,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 |