Skip to content

issues Search Results · repo:python/cpython language:Python

Filter by

71k results
 (98 ms)

71k results

inpython/cpython (press backspace or delete to remove)

Bug report Bug description: The problem is not with Python itself, but rather with the build tool. Name: build Version: 1.2.2.post1 Location: /proj/python/build_bug_poc/.venv/lib/python3.10/site-packages ...
  • MarcoCaspers
  • 1
  • Opened 
    2 hours ago
  • #131785

Bug report Bug description: The current main branch fails to build if the -Wc++11-narrowing option is used: internal/pycore_stackref.h:649:39: error: non-constant-expression cannot be narrowed from ...
type-bug
  • nascheme
  • Opened 
    4 hours ago
  • #131782

This issue proposes addressing one aspect of Python s relocatability problem: enabling shared libraries to find their dependencies regardless of installation location. This is only the first step toward ...
  • pablogsal
  • 2
  • Opened 
    4 hours ago
  • #131780

Feature or enhancement Proposal: After generating _sysconfigdata_*, we could freeze it, like we do to the rest of the standard library. This should remove the necessity for workarounds such as having ...
3.14
build
OS-wasi
topic-installation
topic-sysconfig
type-feature
  • FFY00
  • Opened 
    5 hours ago
  • #131779

Bug report Bug description: from email.header import Header from email.message import EmailMessage from email.policy import EmailPolicy message = EmailMessage(EmailPolicy(utf8=True)) subject = TEST ...
pending
topic-email
type-bug
  • rkd77
  • 4
  • Opened 
    7 hours ago
  • #131777

Rationale: JIT code often needs access to functions called from the interpreter loop (in ceval.c or bytecodes.c), even if they are technically internal functions. gh-115802 is a good example - it added ...
interpreter-core
topic-JIT
  • martindemello
  • 1
  • Opened 
    8 hours ago
  • #131776

Bug report Bug description: Here’s the corrected version with Markdown syntax escaped where necessary: import random from concurrent.futures import ThreadPoolExecutor random.seed(42) data = [[random.random() ...
type-bug
  • hombit
  • 2
  • Opened 
    11 hours ago
  • #131771

Bug report Bug description: $ python Tools/wasm/wasi.py configure-build-python -- --with-pydebug ... $ python Tools/wasm/wasi.py make-build-python ... $ python Tools/wasm/wasi.py configure-host -- --with-pydebug ...
OS-wasi
topic-parser
type-bug
  • FFY00
  • 1
  • Opened 
    12 hours ago
  • #131770

Bug report Bug description: https://github.com/python/cpython/commit/2950bc50af8fc2539e64731359bfb39b335a614d inadvertently caused -pydebug to no longer be appended to pybuilddir.txt. Since the WASM ...
3.14
build
OS-wasi
topic-sysconfig
type-bug
  • FFY00
  • Opened 
    12 hours ago
  • #131769

If monitoring variable is equal to NULL then we ll get segmentation fault in line 843 since monitoring = code- _co_monitoring. Otherwise, the if statement is incorrect. !-- gh-linked-prs -- Linked PRs ...
interpreter-core
type-bug
  • smurav
  • 4
  • Opened 
    14 hours ago
  • #131763
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub