-
### 🐛 Describe the bug
In `eval_frame.c`, the following are not thread/subinterpreters safe:
There are a bunch of static non-const non-threadlocal global variables that are shared. These should …
-
Hello please if u could help me
i got a traceback running it
Traceback (most recent call last):
File "/home/kali/.local/bin/xnLinkFinder", line 5, in
from xnLinkFinder.xnLinkFinder import…
-
After reviewing the PEP documentation with @mariamurach, we couldn't find information about derived attributes or how to add them to the PEP config. Consequently, this is confusing for users.
-
```
A PEP-8 cleanup of the code would be very nice. It doesn't take much time
and all Python programmers appreciate it. The documentation can be found here
http://www.python.org/dev/peps/pep-0008/
A…
-
```
Task to be completed
http://pysal.org/1.2/developers/pep/pep-0009.html
```
Original issue reported on code.google.com by `phil.stp...@gmail.com` on 13 Apr 2011 at 10:22
-
```
A PEP-8 cleanup of the code would be very nice. It doesn't take much time
and all Python programmers appreciate it. The documentation can be found here
http://www.python.org/dev/peps/pep-0008/
A…
-
I had a case recently, sorry I cant find it atm, where the code is using unicode literal values, but without an encoding declared for the source file. I was expecting 2to3 or modernizer would add PEP…
-
Following @mbjoseph comment in [this pr](https://github.com/earthlab/earthpy/pull/197)
```
Super minor thing but do we want to adhere to PEP 257 for multiline docstrings? https://www.python.org/dev/…
-
Hello :
We employed DIA-NN 1.8.1 to obtain results for the same data on different platforms (Windows / Ubuntu), and all processes were completed without any errors. Nevertheless, we discovered some…
-
See title.
I think more and more (including PEP, see https://peps.python.org/pep-0517/) recommendations point toward the us of pyproject.toml. I think poetry is an easy way to be compliant with PEP-…