Skip to content

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

Filter by

71k results
 (97 ms)

71k results

inpython/cpython (press backspace or delete to remove)

Bug report Bug description: Normally this is not a problem but if _PyMem_FreeDelayed(NULL) is called an (quite!) improbably high number of times in a single thread it can lead to memory exhaustion because ...
type-bug
  • tom-pytel
  • Opened 
    2 minutes ago
  • #131719

Bug report Bug description: If a call is made to BaseHTTPRequestHandler.end_headers() but no headers or response have been queued, an exception is raised exposing implementation details. class request_handler(BaseHTTPRequestHandler): ...
stdlib
type-bug
  • jnewbigin
  • Opened 
    49 minutes ago
  • #131715

Bug report Bug description: The _suggestions module isn t available in Windows builds because it s missing from PC/config.c. Since it s not tested and only imported in traceback.py in a try: block guarding ...
extension-modules
OS-windows
type-bug
  • devdanzin
  • 2
  • Opened 
    2 hours ago
  • #131712

https://github.com/python/cpython/blob/6fb5f7f4d9d22c49f5c29d2ffcbcc32b6cd7d06a/Objects/typeobject.c#L1673 In the mro_hierarchy function the old_mro variable can get a null value from the mro_internal ...
interpreter-core
type-bug
  • smurav
  • 1
  • Opened 
    2 hours ago
  • #131711

Bug report Bug description: import asyncio async def main(): async def asyncfn(): assert asyncio.current_task() t = asyncio.tasks._CTask(asyncfn()) await t print( ctask worked ...
3.14
topic-asyncio
type-bug
  • graingert
  • 7
  • Opened 
    5 hours ago
  • #131709

Bug report Bug description: test_await_17 (test.test_coroutines.CoroutineTest.test_await_17) ... Warning -- Unraisable exception Exception ignored while finalizing coroutine coroutine object CoroutineTest.test_await_17. ...
type-bug
  • graingert
  • 1
  • Opened 
    5 hours ago
  • #131707

Feature or enhancement Proposal: Maybe it should be discussed first in the C-API WG, but this case seems more or less obvious for me. No C-API function exists to create complex numbers from string. ...
topic-C-API
type-feature
  • skirpichev
  • 1
  • Opened 
    7 hours ago
  • #131704

Bug report Bug description: I m looking for the Python repository, but all I see is this repo. So forgive me if I posted this on the wrong repo. I ve opened this issue on StackOverflow : https://stackoverflow.com/q/79531632/14733693 ...
stdlib
topic-repl
type-feature
  • enaielei
  • 2
  • Opened 
    14 hours ago
  • #131700

Feature or enhancement Proposal: Proposal: Add strict=True Parameter to int() for Stricter String Parsing Summary This proposal suggests adding a strict=True parameter to Python’s built-in int() ...
invalid
  • ProgrammerKR
  • 2
  • Opened 
    14 hours ago
  • #131699

Bug report Bug description: Does timdelta work only positive value ? sd1 is just 1 min faster than sd2 result of sd1 - sd2 is 86340 in second sd2 - sd1 is 60 second here is sample code Version is ...
invalid
  • Applied-AI-JK
  • 1
  • Opened 
    14 hours ago
  • #131698
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