Lumír 'Frenzy' Balhar

Results 111 issues of Lumír 'Frenzy' Balhar

Hello there. This issue probably does not belong here and I'm sorry for that but it's interesting and I'm running out of my debugging skills and you might be able...

``` /usr/bin/python3 test_httpbin.py ....................................FFFFF...................... ====================================================================== FAIL: test_redirect_n_equals_to_1 (__main__.HttpbinTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/httpbin-0.7.0/test_httpbin.py", line 549, in test_redirect_n_equals_to_1 self.assertEqual( AssertionError: 'http://localhost/get' != '/get' - http://localhost/get + /get ======================================================================...

tests

We are trying to build and test trio with the latest Python 3.10a5 but there seems to be an incompatibility: ``` Error in sys.excepthook: Traceback (most recent call last): File...

Hello. I'm a maintainer of Zeal RPM package in Fedora and I'd like to kindly ask you whether it'd be possible to release a new version. The last stable release...

Sorry for not using the template but this issue is kinda different and I know exactly where the problem lies. First of all, thank you for your work and for...

bug

This article might be a good candidate for a new code snippet: https://web.eecs.utk.edu/~azh/blog/pythonstringsaremutable.html

new snippets

Code example: ```python >>> def a(b=3000): ... return b is 3000 [...] >>> a() True >>> a(b=3000) False ``` From this article: https://utcc.utoronto.ca/~cks/space/blog/python/PythonIsWithLiteral

new snippets

I'd like to disable Thot bot (sesheta) on this project. In my opinion, it generates unnecessary comments and does not add any value to my workflows. @goern what do you...

priority/critical-urgent
kind/feature
sig/user-experience
triage/accepted

Given these two facts: * micropipenv is able to parse all the .lock and pyproject files and * micropipenv is not able to create a Python virtual environment it might...

kind/feature
priority/backlog
lifecycle/frozen

See https://github.com/python/cpython/commit/a87c9b538fbfc42883417c4d5e69f1a5922690e3