Petr Viktorin

Results 185 comments of Petr Viktorin

"Linux desktop" is not a good abstraction here. It's better to think of desktop systems being macOS, Windows, GNOME, KDE, i3, X11 (?), and so on *ad absurdum*. Toolkits generally...

I can't *promise* to help out, but I can explain how to help me if I do find the time :) Without a Mac I can't try this out, and...

FWIW, Qt has flags to make a window translucent graphically and transparent to mouse events. I tried them on Linux but they might work reasonably well elsewhere as well. I...

Facebook nerad ukazuje věci nepřihlášeným, tak Mirovu odpověď zkopíruju i sem. (Doufám, @hroncok, že nemáš nic proti.) Miro Hrončok: Něco programuješ, něco nefunguje tak, jak bys čekal, někde je chyba....

> @encukou perhaps you'd be willing to share Python core dev opinion on whether we should be encouraging stable api compatibility as a default? Well I'm a biased CPython developer,...

@PyDeq: Testy na 404ky u externích odkazů? Jak by se to dělalo? @honzajavorek: Pro Python asi něco existuje. A já mám něco co chci časem dát do Elsy. Je to...

With this PR, async functions with exactly 20 nested blocks started crashing with an `assert` failure, e.g.: ``` async def t(): async with h,t,t,o,f,y,o,t,r,o,f,t,f,r,t,m,r,o,t,l:n ``` ``` python: Python/compile.c:7185: pop_except_block: Assertion...

At the moment, there aren't any restrictions. (Of course, that might change if people start abusing this somehow.)

Michael's mail has been superseded by PEP-387. As for documenting undocumented APIs, AFAIK we could use the same process as for recent “linting”-style tasks. Here's a draft of concrete next...

> Would it make sense to additionally add a rule that will catch this for unary ops? Yes. Do you want to add that to this PR?