08:44 <Brunus> bonjour les gens
08:52 <misc> coin
10:02 <mandark> matin
11:57 <grenoya> bonjour
12:01 <feth_> maton
12:01 <feth_> matin
18:08 <mandark> (enfin AFPI j'crois)
18:15 <serge_sans_paill> ^^!
18:25 <haypo> serge_sans_paill: yo. en ce moment, je pousse des optimisations DE FOLIE ! https://hg.python.org/cpython/rev/4bdb21380743
18:26 <haypo> serge_sans_paill: "def f(): False" est remplacée par "def f(): pass" :-)
18:26 <serge_sans_paill> youhou !
18:26 <serge_sans_paill> tu vas fort ;-)
18:26 <haypo> serge_sans_paill: nan je déconne, c'est pas une optimisation. c'était plus un truc bizzare dans python
18:27 <haypo> avant il ignorait str & int mais pas les autres types
18:27 <haypo> vu que j'ai ajouté ast.Constant, je suis tombé sur ce cas bizzare, et j'ai posé la question => paf, on dégage TOUT
18:28 <haypo> serge_sans_paill: mais pour info, python générait vraiment du bytecode pour la constante hein.
18:28 <haypo> 1 0 LOAD_CONST 1 (False)
18:28 <haypo> ok... super utile
18:28 <haypo> 3 POP_TOP
18:34 <serge_sans_paill> le peephole optimizer doit pouvoir virer ça...
22:33 <haypo> "le peephole optimizer doit pouvoir virer ça..." il pourrait mais c'est un tire au flanc