Skip to content

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

Filter by

72k results
 (100 ms)

72k results

inpython/cpython (press backspace or delete to remove)

Bug report Bug description: I m in the process of adding 3.14 support to Pydantic. To evaluate type annotations, we make use of the private typing._eval_type() function. In an ideal we shouldn t, but ...
3.14
stdlib
topic-typing
type-bug
  • Viicos
  • 7
  • Opened 
    3 hours ago
  • #136316

Bug report Bug description: The test test_zstd_multithread_compress is always skipped, even when it should be run. This comes from SUPPORT_MULTITHREADING being initiated to False when the @unittest.skipIf ...
tests
type-bug
  • Rogdham
  • 1
  • Opened 
    6 hours ago
  • #136315

Bug report Bug description: import inspect def main(): ls = inspect.currentframe().f_locals ls.update([( a , 0)]) main() The above works in Python 3.12 but fails in Python 3.13 with: TypeError: ...
stdlib
type-bug
  • limwz01
  • 1
  • Opened 
    14 hours ago
  • #136308

Add support for getting/setting groups used for key agreement Proposal: This feature proposal is an expansion of the feature proposed in issue #109945. It began as a discussion on the PR where I provided ...
extension-modules
topic-SSL
type-feature
  • ronf
  • Opened 
    18 hours ago
  • #136306

Bug report Bug description: A few C tests do not conform to PEP-737 in that they don t: - Use %T format specifier instead of %s and Py_TYPE(x)- tp_name. - Use legacy %.200s format specifier for ...
tests
type-refactor
  • wsfulton
  • 2
  • Opened 
    21 hours ago
  • #136300

https://github.com/python/cpython/blob/d1d5dce14f90d777608e4403d09079421ff55944/Lib/test/test_zoneinfo/test_zoneinfo_property.py#L145-L162 We should add all protocols to the test, since it might affect ...
tests
  • sobolevn
  • Opened 
    22 hours ago
  • #136297

Bug report Bug description: If I build CPython 3.13.5 on my Linux workstation in my home directory, test_sqlite3 fails. If I build CPython 3.13.5 in /tmp, test_sqlite3 works fine. My /home partition ...
tests
topic-sqlite3
topic-unicode
type-bug
  • larryhastings
  • 3
  • Opened 
    yesterday
  • #136289

Bug report Bug description: Spotted by @wsfulton in GH-136258. I m making an issue so I can attach it to his PR. PyType_GetName is used incorrectly in two places: https://github.com/python/cpython/blob/93263d43141a81d369adfcddf325f9a54cb5766d/Modules/_testcapi/vectorcall.c#L180-L183 ...
tests
topic-C-API
type-bug
  • ZeroIntensity
  • 1
  • Opened 
    yesterday
  • #136288

There are multiple places in test_interpreters where pickle only tests the default protocol. Like: https://github.com/python/cpython/blob/8ac7613dc8b8f82253d7c0e2b6ef6ed703a0a1ee/Lib/test/test_interpreters/test_api.py#L413-L417 ...
tests
topic-subprocess
type-bug
  • sobolevn
  • 3
  • Opened 
    yesterday
  • #136285

Bug report Bug description: I installed clang19 and llvm19 packages: sudo pacman -S clang19 llvm19 Then ./configure --enable-experimental-jit=yes and command make -j$(nproc) fails with this error: ...
build
topic-JIT
type-bug
  • wchistow
  • 3
  • Opened 
    yesterday
  • #136283
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