Re: [pypy-dev] ftbs pypy3 on alpine/musl

2021-10-12 Thread Thomas Liske
Hi Armin, Am 2021-10-12 13:18, schrieb Armin Rigo: Hi Thomas, On Tue, 12 Oct 2021 at 00:33, Thomas Liske wrote: [translation:ERROR] CompilationError: CompilationError(err=""" data_pypy_module_cpyext.c:25256:3: warning: initialization of 'void (*)(Signed)'

[pypy-dev] ftbs pypy3 on alpine/musl

2021-10-11 Thread Thomas Liske
've attached a small patch adding a required include to fix compile warnings on missing struct timeval * Regards & TIA, Thomas -- supp...@ibh.de Tel. +49 351 477 77 30 www.ibh.de Fax +49 351 477 77 39 ----

[pypy-dev] pypy tests on aarch64 musl libc

2021-04-19 Thread Thomas Liske
/jobs/367904#L4261 Are that known issues, is there anything I could do to help to fix them? I don't know if my packaging attempt will be accepted for Alpine. Running all tests without failures should not make it worse ;-) Regards, Thomas -- supp...@ibh.de Te

[pypy-dev] array sorting

2016-11-25 Thread Thomas Conway
ould benefit from an array.sort() method since unboxing/type checking is unnecessary. What is the wisdom of this community on the matter? It's something I'd consider taking on if it was generally deemed worthwhile. Tom. -- Thomas Conway drt...@gmail.com My friends, love is better than a

[pypy-dev] Help with finding tutors for Python, Linux, R, Perl, Octave, MATLAB and/or Cytoscape for yeast microarray analysis, next generation sequencing and constructing gene interaction networks

2015-01-03 Thread thomas hahn
text to speech software has problems to read out this website aloud to me? I thank you very much in advance for your thoughts, ideas, suggestions, recommendations, time, help, efforts and support. With very warm regards, *Thomas Hahn* 1)*Graduate student in the Joint Bioinformatics Program at

[pypy-dev] I would like it if...

2012-12-20 Thread Thomas
PyPy Team: Could you figure out how to make PyPy support Pygame (www.pygame.org)? I am trying, but having no luck so far. Signed, Thomas ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] I have a question...

2012-12-19 Thread Thomas
PyPy Team, I tried to use PyPy on Win64. It crashed because I needed a file called 'MSCVR100.DLL'. Could you distribute that with PyPy? Signed, Thomas ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] Sandbox examples

2011-09-19 Thread Geoffrey Thomas
he sandbox, even if you can't provide a pointer to the code? (I'm not subscribed to the list -- please keep me in the Cc on replies, or let me know if I'm supposed to subscribe.) Thanks, -- Geoffrey Thomas geo...@mit.edu ___ pypy-dev mailing

Re: [pypy-dev] Patch: comtypes works with these changes.

2011-06-17 Thread Thomas Heller
Am 09.06.2011 16:45, schrieb Thomas Heller: I have never build pypy myself, so I would prefer to wait for some windows binaries before trying this. I have now built pypy from the repository - the build did only work with -O2 not with -Ojit. And I have uploaded a new patch plus unittest

[pypy-dev] Understanding pypy

2011-06-09 Thread Thomas Heller
ning a jit compiler. Is that correct? Are there any runtime dependencies? Thanks, Thomas ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Patch: comtypes works with these changes.

2011-06-09 Thread Thomas Heller
Am 09.06.2011 16:32, schrieb Antonio Cuni: On 09/06/11 15:54, Thomas Heller wrote: Hello, here are patches against pypy 1.5 so that comtypes works with it (I hope it is acceptable to post patches here; I have no time to Hello Thomas, thank you for the patch. However, I fear that it might

Re: [pypy-dev] Patch: comtypes works with these changes.

2011-06-09 Thread Thomas Heller
Thomas ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] Patch: comtypes works with these changes.

2011-06-09 Thread Thomas Heller
Hello, here are patches against pypy 1.5 so that comtypes works with it (I hope it is acceptable to post patches here; I have no time to learn mercurial at the moment). Thanks, Thomas diff -x *.*~ -x *.orig -x *.pyc -ur c:\pypy-1.5.0a0-win32\lib_pypy/_ctypes/basics.py c:\pypy\lib_pypy/_ctypes

Re: [pypy-dev] Interactive fails on pypy

2011-06-08 Thread Thomas Heller
Am 08.06.2011 18:28, schrieb Amaury Forgeot d'Arc: Hello Thomas! 2011/6/8 Thomas Heller: +putwch.argtypes = [ctypes.c_char] It's probably a c_wchar here... Sure, sorry for that. > Still working with ctypes? ;-) > With ctypes - yes, of course. It's the foundation of

Re: [pypy-dev] Interactive fails on pypy

2011-06-08 Thread Thomas Heller
st("TEST",1.0) File "test.py", line 14, in ESC_test if msvcrt.kbhit(): AttributeError: 'module' object has no attribute 'kbhit' Here is a patch against pypy 1.5, only slightly tested. Thomas diff -u c:\pypy\lib_pypy\msvcrt.py.orig c:\pypy\lib_py