-
### Describe the bug
Hi,
I'm trying to build docs locally on a macOS machine with recent versions and running `make html` reports
> Traceback (most recent call last):
File "/Users/DelazJ/Documen…
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
When packaging an app using `flet build…
-
BPO | [27379](https://bugs.python.org/issue27379)
--- | :---
Nosy | @vadmium, @shihai1991
PRs | python/cpython#14710
*Note: these values reflect the state of the issue at the time it was migrated and…
-
# Bug report
### Bug description:
The `reset_mock(return_value=True)` method behaves in a wrong/inconsistent way.
When used with `MagicMock`, the method `reset_mock(return_value=True)` does not…
-
# Feature or enhancement
### Proposal:
Interning string literals can speed up dictionary lookup. Ref: [`sys.intern`](https://docs.python.org/3/library/sys.html#sys.intern)
> sys.intern(string)
>
>>…
-
# Bug report
```sh
$ ./python -m test test_concurrent_futures
0:00:00 load avg: 5.30 Run tests sequentially
0:00:00 load avg: 5.30 [1/1] test_concurrent_futures
/workspace/cpython/Lib/multiproc…
-
Hello! Thanks for this awesome project.
I'm eager to use `h5py` in a JupyterLite / xeus-python custom env, but `h5py` doesn't have a `noarch` package on `conda-forge`, nor a `emscripten-wasm32` one…
talmo updated
1 month ago
-
# Bug report
### Bug description:
When CPython is built without `HAVE_DYNAMIC_LOADING` set, we currently leave out a small handful of code in Python/import.c and Python/importdl.c. However, there i…
-
BPO | [28097](https://bugs.python.org/issue28097)
--- | :---
Nosy | @terryjreedy, @csabella, @miss-islington
PRs | python/cpython#11325python/cpython#11345
*Note: these values reflect the state of th…
-
# Bug report
### Bug description:
1. First, do a regular in-tree build:
```
cpython $ ./configure && make
```
2. Then, try to make an out-of-tree build:
```
cpython $ mkdir debug
cpython $ cd debug…