cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | "nothing compares to the timeshifter, my personal polar expedition in software" - pedronis
raynold has joined #pypy
asmeurer_ has joined #pypy
yuyichao_ has joined #pypy
asmeurer_ has quit [Quit: asmeurer_]
asmeurer_ has joined #pypy
kipras is now known as kipras`away
tbodt has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 248 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 255 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
exarkun has quit [Ping timeout: 240 seconds]
exarkun has joined #pypy
ArneBab has joined #pypy
ArneBab_ has quit [Ping timeout: 240 seconds]
forgottenone has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
pilne has quit [Quit: Quitting!]
rokujyouhitoma has joined #pypy
exarkun has quit [Ping timeout: 248 seconds]
rokujyouhitoma has quit [Ping timeout: 248 seconds]
exarkun has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
forgottenone has quit [Ping timeout: 260 seconds]
forgottenone has joined #pypy
ceridwen has quit [Quit: Ex-Chat]
ceridwen has joined #pypy
ceridwen has quit [Changing host]
ceridwen has joined #pypy
exarkun has quit [Ping timeout: 240 seconds]
exarkun has joined #pypy
cloudyplain has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 248 seconds]
cloudyplain has quit [Remote host closed the connection]
cloudyplain has joined #pypy
cloudyplain has quit [Ping timeout: 240 seconds]
<kenaan> arigo py3.5 79230ba1326e /lib-python/3/distutils/sysconfig_pypy.py: Issue #2660 sysconfig.get_config_var('SHLIB_SUFFIX') should just return '.so', on Posix systems
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
<kenaan> arigo cffi/cffi 0a518e0c9470 /c/: Get rid of deprecated Python C API functions
cloudyplain has joined #pypy
cloudyplain has quit [Remote host closed the connection]
cloudyplain has joined #pypy
cloudyplain has quit [Remote host closed the connection]
cloudyplain has joined #pypy
cloudyplain has quit [Ping timeout: 264 seconds]
arigato has joined #pypy
<mattip> arigato: do you have time to think about cffi test failures on win32, arm?
exarkun has quit [Ping timeout: 264 seconds]
<arigato> yes, but do you have something more concrete to think about?
<arigato> the tests pass on my windows VM
exarkun has joined #pypy
<mattip> I am trying to think of what could cause failures on both platforms
<mattip> and don't really have an idea. At least on ARM I can get a test failure, but not a segfault
<mattip> and on win32 the tests lcoally do seem to complete but there is a timeout on the buildbot
* arigato tries to run the tests locally again
<arigato> some of the new tests are long-running
<arigato> unsure why they take so much more time in the windows VM
<arigato> (still only 1-2 minutes)
<arigato> they also take a lot of memory
<arigato> I think there's a risk that it reaches over the 2GB default limit
<mattip> the buildbot should have more, and should be linking now with /LARGEADDRESSAWARE
<arigato> maybe the ARM board is also very unhappy about this amount of memory
<mattip> definitely, it only has 800MB total, and top shows very little left for tests
<arigato> uh
<arigato> ok, then that's it
<mattip> so skip the memory intensive tests, or lower the block from 50MB?
<arigato> it's "test_ffi_gc_size*" at a few places
<arigato> I'm fine with skipping, maybe everywhere apart from Linux Intel
<arigato> it should test a general algorithm that is not platform-dependent
<mattip> can I do that without touching upstream cffi, only on pypy?
<arigato> not easily
<arigato> but also, upstream cffi has the same problem on CPython, e.g. on low-mem ARM boards
<mattip> do you want a pull request to upstream, or is it trivial for you to do?
* mattip checking that the pypy-c exe on windows is /LARGEADDRESSAWARE
<arigato> I can do it
<mattip> thanks. nightlies are now produced with /LARGEADDRESSAWARE, so 2GB should not be a limit on win32 -A tests
<mattip> I will keep digging on win32
<arigato> no clue then
<mattip> ahh, it may indeed be simply exceeding 1hr in testing, which is the timeout limit
<kenaan> arigo cffi/cffi 72b862bbb88e /testing/: Only run the memory-intensive tests on Linux x86 or x64 machines.
<kenaan> arigo default 8de1edd0e447 /pypy/module/test_lib_pypy/cffi_tests/: import cffi/72b862bbb88e
<arigato> possibly
<arigato> done, we'll see
<mattip> it starts a set of tests 11:09:53 starting module/test_lib_pypy [68 started in total]
<mattip> then timeouts in module\test_lib_pypy\cffi_tests\cffi0\test_vgen.py
<mattip> then restarts 12:09:54 starting module/test_lib_pypy/cffi_tests [69 started in total]
<mattip> again times out in the same place
<mattip> then restarts 13:09:56 starting module/test_lib_pypy/cffi_tests/cffi0 [70 started in total]
<mattip> again times out
<mattip> then restarts 14:09:57 starting module/test_lib_pypy/cffi_tests/cffi1 [71 started in total]
<arigato> yes, test_vgen runs test_ffi_gc_size*
<arigato> and cffi1's test_verify1 too
<mattip> so pytest catches the timeout and restarts moving on in the test suite?
realitix has joined #pypy
rokujyouhitoma has joined #pypy
<mattip> cool, so now skipped on win32 too, thanks again
forgottenone has quit [Ping timeout: 240 seconds]
rokujyouhitoma has quit [Ping timeout: 255 seconds]
kenaan has quit [Read error: Connection reset by peer]
cloudyplain has joined #pypy
* mattip bbl
arigato has quit [Ping timeout: 252 seconds]
arigato has joined #pypy
arigato has quit [Client Quit]
cloudyplain has quit [Remote host closed the connection]
cloudyplain has joined #pypy
rokujyouhitoma has joined #pypy
exarkun has quit [Ping timeout: 240 seconds]
exarkun has joined #pypy
cstratak has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
antocuni has joined #pypy
asmeurer_ has quit [Quit: asmeurer_]
arigato has joined #pypy
<mattip> after spending some time trying to get vmprof to compile on win32, I admit defeat
<mattip> does anyone use it on cpython windows?
kenaan has joined #pypy
<kenaan> mattip default 00da64c1290f /pypy/module/_vmprof/: try harder to skip _vmprof tests on win32
marr has joined #pypy
antocuni has quit [Ping timeout: 264 seconds]
marr has quit [Ping timeout: 248 seconds]
cloudyplain has quit [Remote host closed the connection]
cloudyplain has joined #pypy
Hasimir has quit [Read error: Connection reset by peer]
TheAdversary has quit [Disconnected by services]
cloudyplain has quit [Ping timeout: 246 seconds]
cloudyplain has joined #pypy
TheAdversary has joined #pypy
Hasimir has joined #pypy
Hasimir has quit [Remote host closed the connection]
Hasimir has joined #pypy
cloudyplain has quit [Remote host closed the connection]
cloudyplain has joined #pypy
cloudyplain has quit [Ping timeout: 240 seconds]
arigato has quit [Quit: Leaving]
exarkun has quit [Ping timeout: 260 seconds]
exarkun has joined #pypy
antocuni has joined #pypy
arigato has joined #pypy
<arigato> ronan: hi
arigato has quit [Quit: Leaving]
realitix has quit [Ping timeout: 264 seconds]
adamholmberg has joined #pypy
raynold has quit [Quit: Connection closed for inactivity]
jcea has quit [Ping timeout: 255 seconds]
mattip has quit [Ping timeout: 264 seconds]
jcea has joined #pypy
mattip has joined #pypy
jcea has quit [Ping timeout: 240 seconds]
tormoz has joined #pypy
marr has joined #pypy
jcea has joined #pypy
cstratak has quit [Quit: Leaving]
cstratak has joined #pypy
exarkun has quit [Ping timeout: 248 seconds]
exarkun has joined #pypy
cstratak has quit [Quit: Leaving]
cstratak has joined #pypy
Rhy0lite has joined #pypy
cstratak has quit [Remote host closed the connection]
cstratak has joined #pypy
headcase has joined #pypy
<kenaan> mattip default 6a339c39b5eb /pypy/module/cpyext/test/test_eval.py: fix test to pass on win32
oberstet has joined #pypy
oberstet has quit [Ping timeout: 264 seconds]
yuyichao_ has quit [Ping timeout: 248 seconds]
Rhy0lite has quit [Quit: Leaving]
Rhy0lite has joined #pypy
yuyichao_ has joined #pypy
Rhy0lite has quit [Ping timeout: 240 seconds]
Rhy0lite has joined #pypy
cstratak has quit [Quit: Leaving]
tbodt has joined #pypy
exarkun has quit [Ping timeout: 246 seconds]
exarkun has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
lritter has joined #pypy
tormoz has quit [Remote host closed the connection]
tormoz has joined #pypy
tbodt has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
headcase has quit [Remote host closed the connection]
tormoz has quit [Remote host closed the connection]
tormoz has joined #pypy
forgottenone has joined #pypy
raynold has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
asmeurer_ has joined #pypy
exarkun has quit [Ping timeout: 248 seconds]
exarkun has joined #pypy
<kenaan> pjenvey default a18e6d50eca1 /: fix memory leak in _get_crl_dp see https://github.com/python/cpython/commit/b2b00e0
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
tormoz has quit [Read error: Connection reset by peer]
tormoz has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
jamesaxl has joined #pypy
tbodt has joined #pypy
<kenaan> rlamy py3.5 36d12b5e3f5a /pypy/module/cpyext/test/test_exception.py: Save and restore sys.exc_info() in the test, like real code (Cython) does
<kenaan> rlamy py3.5 eb4262e7b726 /pypy/module/cpyext/pyerrors.py: Do implicit chaining in PyErr_SetObject()
forgottenone has quit [Quit: Konversation terminated!]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/6231 [ronan: force build, py3.5]
exarkun has quit [Ping timeout: 240 seconds]
exarkun has joined #pypy
jamesaxl has quit [Quit: WeeChat 1.8]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
tbodt has joined #pypy
<mjacob> mattip: what's the error when compiling vmprof under windows?
Rhy0lite has quit [Quit: Leaving]
<mjacob> mattip: in the log i only see "Cannot open include file: 'sys/ucontext.h': No such file or directory", which shouldn't be surprising
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
<mjacob> ah, well, the include happens only if HAVE_SYS_UCONTEXT_H is defined, which shouldn't be the case
<mjacob> but it is on all platforms except for openbsd
kipras`away is now known as kipras
tbodt has quit [Read error: Connection reset by peer]
tbodt has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/6231 [ronan: force build, py3.5]
exarkun has quit [Ping timeout: 246 seconds]
exarkun has joined #pypy
marky1991 has quit [Ping timeout: 260 seconds]
mattip_away has joined #pypy
<mattip_away> mjacob: that is the easy error to fix, after that one there are more
<mjacob> mattip_away: is there a way for me to look at these errors? i can only see that error
<mattip_away> If you enable the rvmprof tests (look in the __init__.py) and run them on windows
<mattip_away> they may show up on the github/vmprof/vmpro-python repo as well but I didn't try that
<mattip_away> aparently there are windows 10 vm images with a limited lifetime you can get from Microsoft for free somewhere
* mattip_away off, zzz
mattip_away has left #pypy [#pypy]
altendky has quit [Quit: Connection closed for inactivity]
lritter has quit [Remote host closed the connection]
lritter has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
nimaje1 has joined #pypy
nimaje1 is now known as nimaje
nimaje has quit [Killed (barjavel.freenode.net (Nickname regained by services))]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rokujyouhitoma has joined #pypy
tbodt has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
exarkun has quit [Ping timeout: 240 seconds]
exarkun has joined #pypy
kipras is now known as kipras`away
lritter_ has joined #pypy
lritter has quit [Ping timeout: 240 seconds]
rokujyouhitoma has joined #pypy
marr has quit [Ping timeout: 240 seconds]
rokujyouhitoma has quit [Ping timeout: 240 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
yuyichao_ has quit [Ping timeout: 240 seconds]