-
# Bug report
### Bug description:
I need to implement layered context running python code, so I choose `ChainMap`. But Python needs every `globals` passed to `exec` to be a `dict`, so I mixins i…
-
# Bug report
### Bug description:
python3.9 without uvloop doesn't leaks memory (or noticeably smaller).
python3.11+ (and others?) leaks memory A LOT under load (with or without uvloop) - up t…
-
3.13 newly defines the following unprefixed functions/macros/types via `Python.h`. They should probably be hidden:
- [x] `uop_get_target` in `Include/cpython/optimizer.h:67`
- [x] `uop_get_exit_in…
-
# Bug report
A "WinError 5 Access is denied" error occurs when ensurepip (for python 3.10 and above) is run and there are missing/inaccessible mimetypes in the Windows registry. Because ensurepip i…
-
When installing the library under python 3.12, the library "pyFFTW" raises an error during installation:
```
Collecting pyfftw>=0.13.1 (from ScintSuite)
Using cached pyFFTW-0.13.1.tar.gz (114 kB)…
-
If a news entry is moved to a different category, you get `News entry file name incorrectly formatted` as an error message.
https://github.com/python/bedevere/blob/504dc34aee40478ddea8331ad090b6371…
-
# Feature or enhancement
### Proposal:
Hello CPython team! 👋
I saw Daniel Lemire's blog post: https://lemire.me/blog/2016/07/21/accelerating-php-hashing-by-unoptimizing-it/
By "unoptimizing" DJBX33A…
-
# Feature or enhancement
### Proposal:
In a PR to CPython, the `versionadded`, `versionchanged`, `versionremoved`, `deprecated`, `deprecated-removed` directives in documentation should currently…
-
# Bug report
### Bug description:
**Repro:** Check out [this commit](https://github.com/swtaarrs/cpython/commit/3ebad5dd775e867fdaa5cc7bcdda2692784f040e), build, and run `python -mtest test_monitori…
-
Hi there!
I am running Pandas to read an .xlsx file into GH_CPython. As this process is quite slow, I want to do it once and then send the imported Dataframe to other GH_CPython components. However…