Changes between and of Initial VersionVersion 2Ticket #5158
- Timestamp:
- 07/05/2011 06:48:35 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5158
- Property keywords review added
-
Ticket #5158 – description
initial v2 5 5 There is a complete pip log attached to this ticket. 6 6 7 Armin Rigo has assured me this is a consequence of Cython. Cython support in Pypy is a work in progress. There are a number of potential eventual resolutions for this, but the correct thing to do right now is to disable compilation of the module on not-CPython. The right thing to do *eventually* might be re-enable it, or just use `select.epoll` as available on recent Pythons.7 Armin Rigo has assured me this is a consequence of Cython. Cython support in Pypy is a work in progress. There are a number of potential eventual resolutions for this, but the correct thing to do right now is to disable compilation of the module on not-CPython. The right thing to do *eventually* might be re-enable it, or [ticket:3114 just use `select.epoll` as available on recent Pythons]. 8 8 9 9 The affected modules are `twisted.test.raiser`, `twisted.internet.iocpreactor.iocpsupport.iocpsupport and `twisted.python.epoll`.
