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 [Quit: jcea]
speeder39_ has joined #pypy
xorAxAx has joined #pypy
tsaka__ has joined #pypy
tsaka__ has quit [Ping timeout: 252 seconds]
dddddd has quit [Remote host closed the connection]
speeder39_ has quit [Quit: Connection closed for inactivity]
infernix has quit [Quit: ZNC - http://znc.sourceforge.net]
glyph has quit [Remote host closed the connection]
glyph has joined #pypy
altendky has quit [Quit: Connection closed for inactivity]
<kenaan> mattip py3.6 e21fdbdb7131 /pypy/: test fix 2c1cb3a4c2c5 for non-error condition
mattip has quit [Ping timeout: 245 seconds]
mattip has joined #pypy
antocuni has joined #pypy
<graingert> ronan: what's the plan now that bitbucket is dropping support for mercurial?
BPL has joined #pypy
BPL has quit [Remote host closed the connection]
<fijal> graingert: I don't think we have a plan yet
antocuni has quit [Ping timeout: 258 seconds]
<graingert> fijal: that gitlab fork with hg support?
<fijal> that does not work (yet) well enough for us
<fijal> I think, but I wasn't the one doing the assesment
<graingert> fijal: sourceforge?
<graingert> This shift might encourage hg to focus more on supporting git as a backend
tsaka__ has joined #pypy
BPL has joined #pypy
BPL has quit [Client Quit]
altendky has joined #pypy
edd[m] has quit [Write error: Connection reset by peer]
bendlas has quit [Write error: Connection reset by peer]
bendlas has joined #pypy
<kenaan> mattip py3.6 ac58e8965428 /pypy/module/imp/test/test_import.py: sdterr replacement needs a flush method to pass space.finish and Py_FinalizeEx
the_drow has joined #pypy
<the_drow> Any help is appriciated. https://github.com/PyO3/pyo3/issues/589
<the_drow> This may be a bug in pyo3 but may also be a bug in cpyext...
mattip_ has joined #pypy
<mattip_> the_drow: perhaps they are not initializing all the itmes in the list befor using it, or using any of the Fast functions? It is hatd to know without seeing the C-API calls
mattip_ has quit [Read error: Connection reset by peer]
edd[m] has joined #pypy
<arigato> we could go ahead and write a complete hg-like system that works with a git repo including named branches (maybe implemented as "git notes" so that they can be added where missing)
infernix has joined #pypy
<fijal> arigato: ping
<arigato> pong
ionelmc has joined #pypy
tsaka__ has quit [Ping timeout: 252 seconds]
tsaka__ has joined #pypy
antocuni has joined #pypy
antocuni has quit [Ping timeout: 244 seconds]
dddddd has joined #pypy
the_drow has quit [Remote host closed the connection]
Dejan has joined #pypy
slicertaps has joined #pypy
BPL has joined #pypy
marky1991 has joined #pypy
altendky has quit [Quit: Connection closed for inactivity]
marky1991 has quit [Ping timeout: 258 seconds]
speeder39_ has joined #pypy
altendky has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
ajlawrence has joined #pypy
dnshane has quit [Ping timeout: 245 seconds]
andi- has quit [Ping timeout: 264 seconds]
andi- has joined #pypy
dnshane has joined #pypy
LarstiQ has quit [Ping timeout: 245 seconds]
LarstiQ has joined #pypy
<kenaan> cfbolz py3.6 8cebeebbf0a7 /pypy/: two improvements around the print SyntaxError - the old implementation shadowed the much better error messages arou...
antocuni has joined #pypy
antocuni has quit [Ping timeout: 245 seconds]
antocuni has joined #pypy
antocuni has quit [Ping timeout: 245 seconds]
marky1991 has quit [Ping timeout: 244 seconds]
iko_ has joined #pypy
iko has quit [Ping timeout: 252 seconds]
glyph has quit [Ping timeout: 252 seconds]
xorAxAx has quit [Ping timeout: 252 seconds]
xorAxAx has joined #pypy
glyph has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
ajlawrence has quit [Remote host closed the connection]
BPL has quit [Quit: Leaving]
slicertaps has quit [Ping timeout: 245 seconds]
speeder39_ has joined #pypy
slicertaps has joined #pypy
tsaka__ has quit [Ping timeout: 244 seconds]
<mjacob> arigato: https://bpaste.net/show/tPg9 <- this is how hg-git stores which branch was set on a changeset
<mjacob> arigato: the information is synchronized in both directions
<mjacob> one problem with hg-git is that the hashes of the changesets / commits are not necessarily stable
<mjacob> and the question would be which repo is the canonical one - hg or git