cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
jcea has quit [Quit: jcea]
jcea has joined #pypy
EWDurbin has quit [Ping timeout: 246 seconds]
EWDurbin has joined #pypy
jcea has quit [Quit: jcea]
wleslie has joined #pypy
oberstet has quit [Remote host closed the connection]
_whitelogger has joined #pypy
_whitelogger has joined #pypy
wleslie has quit [Quit: ~~~ Crash in JIT!]
_whitelogger has joined #pypy
<mattip>
I don't know what is up with windows, but we need to push forward, 3.6 is dying
<mattip>
how close are we to merging hpy into py3.6?
tsaka__ has joined #pypy
<antocuni>
mattip: I think that ronan has been working on the hpy branch lately, but I don't know what is the status
<mattip>
ok, will wait a bit before adjusting the release note
<mattip>
how do you delete a topic branch from the heptapod instance?
<mattip>
I want to remove the topic/default/test_app_main branch
<antocuni>
as usual, I have no idea how to deal with topic branches :(
tsaka__ has quit [Read error: No route to host]
tsaka__ has joined #pypy
<mjacob>
mattip: you can prune all changesets in the topic. "hg prune -r 'topic(test_app_main)'"
<mattip>
thanks!
<mattip>
hg prune cleans it out of my local repo, but in order to remove it from heptapod
<mattip>
you have to push the parent changeset of the topic branch explicitly
<mattip>
so write that down before you start
todda7 has joined #pypy
tsaka__ has quit [Read error: Connection reset by peer]
fangerer___ has quit [*.net *.split]
dstufft has quit [*.net *.split]
fangerer___ has joined #pypy
dstufft has joined #pypy
oberstet has joined #pypy
todda7 has quit [Ping timeout: 256 seconds]
todda7 has joined #pypy
shodan45 has quit [Quit: No Ping reply in 180 seconds.]
shodan45 has joined #pypy
todda7 has quit [Quit: Konversation terminated!]
todda7 has joined #pypy
todda7 has quit [Ping timeout: 260 seconds]
lritter has joined #pypy
_whitelogger has joined #pypy
jacob22 has quit [Quit: Konversation terminated!]
jacob22 has joined #pypy
<mattip>
antocuni: on this page there is a reference to antocuni/pypytools, did you end up migrating that off bitbucket?