Skip to content

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

Filter by

72k results
 (118 ms)

72k results

inpython/cpython (press backspace or delete to remove)

Bug report Bug description: as 1/20 != 3602879701896397/72057594037927936. Maybe add a Fraction function to the unicodedata object? # Add a code block here, if required import unicodedata from fractions ...
type-bug
  • unicodeFun
  • Opened 
    1 minute ago
  • #136398

Feature or enhancement Proposal: While working on bug in PR #136071 we (me and @picnixz) discussed that set_payload of email.message.Message method could use list, str, bytes or handle buffer objects ...
stdlib
topic-email
type-feature
  • skv0zsneg
  • 1
  • Opened 
    1 hour ago
  • #136397

Bug report Bug description: A bunch of the instrumentation state is per-code object, such as the active montiors. The modifications also typically happen lazily when a code object is executed after instrumentation ...
interpreter-core
topic-free-threading
type-bug
  • colesbury
  • Opened 
    1 hour ago
  • #136396

Bug report Bug description: I am suspicious about the purpose of the test_compress_locking test in test_zstd.py, and actually found a race condition in it, when using a freethreaded build. From my understanding, ...
3.14
3.15
tests
topic-free-threading
type-bug
  • Rogdham
  • 1
  • Opened 
    2 hours ago
  • #136394

Bug report Bug description: Short untested example: lst = ... # a numpy darray res = func(lst.tolist()) # function in the C extension. edits in-place lst.tolist() - returns a List. res depends on `lst` ...
type-crash
  • dd-dreams
  • 6
  • Opened 
    5 hours ago
  • #136388

Bug report Bug description: [The doc](https://docs.python.org/3/library/string.html#format-specification-mini-language) says below: Changed in version 3.10: Preceding the width field by 0 no longer ...
invalid
  • hyperkai
  • 1
  • Opened 
    5 hours ago
  • #136386

Crash report What happened? We have a Django app and run tests using pytest. Once every ~20 runs the Python interpreter crashes with Fatal Python error: Aborted. The Python interpreter crashes when trying ...
extension-modules
type-crash
  • anze3db
  • 1
  • Opened 
    6 hours ago
  • #136385

Bug report Bug description: When the _interpreters module which under the hood does not exist, import concurrent.futures.InterpreterPoolExecutor will result None, instead of ImportError. A PR is on ...
stdlib
topic-subinterpreters
type-bug
  • aisk
  • Opened 
    7 hours ago
  • #136380

Bug report Bug description: - my_env_01 - python 3.10.11 + pandas 2.0.3 + numpy 1.24.4 - code import pandas as pd a = pd.Series([1.1, 2.1]) b = a.astype(object) round(b) - error info TypeError: ...
invalid
  • dua12138
  • 2
  • Opened 
    10 hours ago
  • #136367

Feature or enhancement Discussion link: https://discuss.python.org/t/consider-deprecating-and-eventually-removing-b-cli-flag/96903 Currently -b and -bb CLI options do not provide much benefit, but has ...
interpreter-core
topic-sysconfig
type-feature
  • sobolevn
  • 5
  • Opened 
    12 hours ago
  • #136355
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub