cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
marky1991 has joined #pypy
tbodt has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pf_moore has quit [Quit: Connection closed for inactivity]
marky1991 has quit [Read error: Connection reset by peer]
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
dddddd has quit [Remote host closed the connection]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
marr has quit [Ping timeout: 255 seconds]
tbodt has joined #pypy
tbodt has quit [Client Quit]
energizer has quit [Disconnected by services]
energizer has joined #pypy
cjwelborn has joined #pypy
speeder39 has joined #pypy
dmalcolm has quit [Quit: Leaving]
energizer has quit [Disconnected by services]
energizer has joined #pypy
tbodt has joined #pypy
tbodt has quit [Client Quit]
forgottenone has joined #pypy
tbodt has joined #pypy
lritter has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
michaelgreene has quit [Ping timeout: 256 seconds]
jamesaxl has joined #pypy
michaelgreene has joined #pypy
forgottenone has quit [Ping timeout: 260 seconds]
mcyprian has joined #pypy
mcyprian has quit [Quit: Leaving.]
speeder39 has quit [Quit: Connection closed for inactivity]
lritter has quit [Ping timeout: 240 seconds]
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
energizer has quit [Remote host closed the connection]
energizer has joined #pypy
<mattip> cython 0.28.2 is begin released very soon
<mattip> so another release blocker gone
jcea has quit [Ping timeout: 265 seconds]
<cfbolz> mattip: thanks for all the great interfacing with other communities that you do!
<mattip> :)
<mattip> back to the buildbot showing rpytohn results, I have a fix to buildbot to allow it to show multiple builder results
<mattip> so a url like buildbot.pypy.org/summary?builder=rpython-linux-x86-32&builder=rpython-linux-x86-64&builder=rpython-win-x86-32
<mattip> will show all three builders (currently it shows the last one)
<mattip> so far so good
<mattip> now to create a link at the top of the page, like Summary, Summary (trunk) etc,
<mattip> I could hard code the three builder names (easy)
<mattip> or try to dig into layout.html, set a new template parameter, find out how twisted sets those parameters, and find a place to set it in build.py (hard)
<cfbolz> mattip: hard code, I'd say. We can extend it when we ever need to, no?
<mattip> ok. I guess it is discoverable by looking at the hg changelog, we don't modify buildbot all that much
marr has joined #pypy
<kenaan> mattip buildbot 2416342c7b7b /: test, fix for displaying more than one builder, add link to all RPython builders
mcyprian has joined #pypy
mcyprian has left #pypy [#pypy]
jcea has joined #pypy
illume has joined #pypy
jcea has quit [Remote host closed the connection]
pf_moore has joined #pypy
jcea has joined #pypy
antocuni has joined #pypy
dddddd has joined #pypy
<kenaan> mattip default f22145c34985 /: update rlib/rvmprof/shared from upstream, emphasis RPython builds for release
energizer has quit [Ping timeout: 256 seconds]
antocuni has quit [Ping timeout: 256 seconds]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 260 seconds]
marky1991 has joined #pypy
illume has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jacob22__ has joined #pypy
jacob22 has quit [Ping timeout: 256 seconds]
antocuni has joined #pypy
illume has joined #pypy
raynold has quit [Quit: Connection closed for inactivity]
fryguybob has joined #pypy
codehotter has quit [Ping timeout: 256 seconds]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 240 seconds]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 265 seconds]
illume has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lritter has joined #pypy
illume has joined #pypy
tayfun26 has joined #pypy
marky1991 has joined #pypy
ebarrett has quit [Quit: WeeChat 1.9.1]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
_pv has joined #pypy
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
bbot2 has joined #pypy
ebarrett has joined #pypy
forgottenone has joined #pypy
codehotter has joined #pypy
jacob22__ has quit [Quit: Konversation terminated!]
marky1991 has quit [Remote host closed the connection]
lazka has joined #pypy
marky1991 has joined #pypy
tayfun26 has quit [Remote host closed the connection]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
lritter has quit [Ping timeout: 240 seconds]
raynold has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
energizer has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
illume has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lazka has quit [Quit: Leaving]
antocuni has quit [Ping timeout: 256 seconds]
drolando has quit [Read error: Connection reset by peer]
drolando_ has joined #pypy
_pv has quit [Ping timeout: 260 seconds]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
mcyprian has joined #pypy
marky1991 has quit [Remote host closed the connection]
mcyprian has left #pypy [#pypy]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 255 seconds]
eric97477 has joined #pypy
marky1991 has joined #pypy
mcyprian has joined #pypy
mcyprian has left #pypy [#pypy]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
nunatak has joined #pypy
<eric97477> Hello. I am trying to learn cffi. I have a sample project at https://github.com/EricG-Personal/cffi_test which closely mimics my real situation.
<eric97477> If I cd into cffi_test and run ipython, I can, of course, 'from _sample_lib import ffi, lib' and run 'lib.a_sample_function( 10 )' and have it work.
<eric97477> After I do 'pip install -e .', run ipython, and try 'from cffi_test import cffi_test', I get an import error claiming that it cannot find _sample_lib. Which, of course, it cannot, because while _sample_lib.cpython-36m-darwin.so was built, it was not put into the 'cffi_test/cffi_test' package directory.
<eric97477> So, I can build everything correctly, but I am not sure what the best way is to have the built library placed inside of the package.
<eric97477> There is likely various ways to reorganize things and I am wondering what the best practices are in this situation. I did like the idea of having the cffi_test/c_library folder contain my source and keeping it separate from cffi_test/cffi_test.
energizer has quit [Ping timeout: 240 seconds]
energizer has joined #pypy
energizer has quit [Remote host closed the connection]
energizer has joined #pypy
marky1991 has quit [Ping timeout: 240 seconds]
energizer has quit [Remote host closed the connection]
jacob22__ has joined #pypy
drolando_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kipras`away is now known as kipras
drolando has joined #pypy
drolando has quit [Read error: Connection reset by peer]
drolando_ has joined #pypy
jacob22__ has quit [Ping timeout: 264 seconds]
<kenaan> rlamy apptest-file 808b8574832a /pypy/tool/pytest/: fixes
<kenaan> rlamy apptest-file 00ee97dd7467 /pypy/interpreter/test/: Convert test_pyframe.py to new-style apptests
forgottenone has quit [Read error: Connection reset by peer]
forgottenone has joined #pypy
drolando_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eric97477 has quit [Quit: Leaving...]
marky1991 has joined #pypy
drolando has joined #pypy
pf_moore has quit [Quit: Connection closed for inactivity]
ronan has quit [Ping timeout: 256 seconds]
drolando has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drolando has joined #pypy
ronan has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
jamesaxl has quit [Quit: WeeChat 2.1]
drolando has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
drolando has joined #pypy
drolando has quit [Read error: Connection reset by peer]
drolando has joined #pypy
<__pv> ok, scipy testsuite passes on current pypy dev, #2797 was the last issue (I hope you'll include it in next release :)
nunatak has quit [Remote host closed the connection]
MarkMangoba has quit []
marky1991 has quit [Ping timeout: 240 seconds]
MarkMangoba has joined #pypy
marr has quit [Ping timeout: 256 seconds]