diff options
author | fijal <unknown> | 2016-02-26 09:49:21 +0100 |
---|---|---|
committer | fijal <unknown> | 2016-02-26 09:49:21 +0100 |
commit | b1095633f6bf1491b336e351cbae1910fd50fdc1 (patch) | |
tree | 771fef2f4ad69c0f223b8720dca781cc9519c5e1 /TODO | |
parent | (ronan, fijal) add stubs for datetime object (diff) | |
download | pypy-b1095633f6bf1491b336e351cbae1910fd50fdc1.tar.gz pypy-b1095633f6bf1491b336e351cbae1910fd50fdc1.tar.bz2 pypy-b1095633f6bf1491b336e351cbae1910fd50fdc1.zip |
add TODO for cpyext
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +* finish PySequence_Fast +* typeobject.py and handling of __float__ prevents us from using pypy +* python setup.py install in numpy does not somehow tell setuptools + it's installed (I bet it's about the py27 tag) +* implement PyFile_AsFile |