conda-forge / conda-forge/python-feedstock
3.15 builds (also) contain code compiled for 3.14
- Dominant language
- Shell
- Stars
- 47
- Forks
- 112
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 18
Description
Looking at the pre-compiled `.pyc` files, everything in the 3.15 [unix](https://conda-metadata-app.streamlit.app/?q=conda-forge%2Flinux-64%2Fpython-3.15.0rc2-hcd007b5_101_cp315.conda) [builds](https://conda-metadata-app.streamlit.app/?q=conda-forge%2Fosx-arm64%2Fpython-3.15.0rc2-h8bd0d97_101_cp315.conda) appears to be duplicated between 3.14 & 3.15, e.g.
```
lib/python3.15/__pycache__/io.cpython-314.pyc
lib/python3.15/__pycache__/io.cpython-315.pyc
```
and so on
Contributor guide
Research direction
Start by inspecting the conda-forge/python-feedstock build configuration and comparing the pre-compiled files in the linked unix and osx-arm64 3.15 artifacts. The issue is resolved when those artifacts no longer include cpython-314.pyc files under the Python 3.15 __pycache__ directories.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100