Issues
- 2
Unable to set a property of a class as a default parameter for a subclass
#128099 opened by Bot1-Pzon - 1
- 1
Clinic causes compiler warnings when a setter is defined before a getter with a docstring
#128083 opened by ZeroIntensity - 4
Audit asyncio thread safety
#128002 opened by kumaraditya303 - 0
Race between _PyObject_GenericGetAttrWithDict and ensure_nonmanaged_dict under free-threading
#128100 opened by hawkinsp - 0
os.path.realpath() RecursionError
#128098 opened by jwilk - 12
NotImplementedError raised by annotationlib (?) when importing classes derived from NamedTuple
#128089 opened by befeleme - 0
Add `PyWeakref_IsDead()` to test if a weak reference is dead
#128008 opened by colesbury - 17
Return value of <ExceptionGroup class>.split has insufficient checks leading to a type confusion bug
#128049 opened by Nico-Posada - 7
macOS fails to install dependencies: Could not symlink lib/libtcl8.6.dylib
#128069 opened by vstinner - 3
Broken tests with "legacy" sys.float_repr_style
#128051 opened by skirpichev - 7
MacOS Sequoia, Python 3.13.0: Hard crash when working with legacy code
#128075 opened by MikeRobinson12345 - 0
Async generator/anext with default-tuple-value results in SystemError: <class 'StopIteration'> returned with exception set
#128078 opened by manuel-koch - 5
test_sysconfig.TestSysConfig.test_sysconfigdata_json fails: it expects 'userbase' to be '/root/.local'
#128055 opened by befeleme - 1
PyREPL raises exception while trying to write to the history file on a read-only file system
#128066 opened by vladimir-poghosyan - 1
- 1
Tcl warnings while building latest main -
#128087 opened by srinivasreddy - 1
- 0
The _curses.window.get_wch() method is not available in Python 3.13 for macOS universal2 installer
#128085 opened by atsuoishimoto - 6
untokenize() does not round-trip for tab characters
#128031 opened by tomasr8 - 0
It seems that `enum.Enum.__init__` serves no purpose
#128080 opened by tungol - 0
`rmtree` fails due to "directory not empty" on Linux
#128076 opened by christophfriedrich - 0
datetime.strptime's %z should support +HH
#128074 opened by rubenbaer - 0
- 1
- 0
Rewrite `sysconfig.get_config_vars` data generation to receive clearly-defined inputs
#128072 opened by FFY00 - 0
OpenSSL with FIPS enabled causes test_hashlib failures
#128071 opened by ghmj2417 - 3
Race between `partial_vectorcall_fallback` and `_PyVectorcall_FunctionInline` under free-threading
#128050 opened by hawkinsp - 1
Change PyMutex_LockFast to take mutex as argument
#128033 opened by kumaraditya303 - 4
- 1
getting SSLError in Python3.11.4
#128065 opened by masterdungeon - 0
[Windows] Python 3.13 New REPL prompt swallows characters with print(..., end=" ")
#128067 opened by cessor - 12
The sys.float_repr_style should be read-only
#128017 opened by skirpichev - 7
Data race in PyUnicode_AsUTF8AndSize under free-threading
#128013 opened by hawkinsp - 30
[NetBSD] float formatting change between Python 3.11 and 3.12?
#128005 opened by 0-wiz-0 - 9
Make `SyntaxWarning` for invalid escape sequences better reflect their intended deprecation
#128016 opened by umarbutler - 2
- 0
code objects remove unknown opcodes from the instruction stream when accessing `co_code`
#128045 opened by DinoV - 2
- 2
OpenSSH incompatible with `mkdir(mode=0o700)` on Windows with `OWNER RIGHTS`
#128038 opened by hssyoo - 0
Please clarify the uninstallation instructions for Mac
#128039 opened by offby1 - 0
Add ssl.HAS_PHA to detect libssl PHA support
#128035 opened by WillChilds-Klein - 0
Add `terminate_workers` to `ProcessPoolExecutor`
#128041 opened by csm10495 - 0
PGO/LTO Build Fails With -O0
#128042 opened by ericsnowcurrently - 7
Add operator.getitemtuple & operator.itemtuplegetter
#128000 opened by dg-pb - 5
Moving `_PyMem_RawStrdup` to private API causes build failure
#127991 opened by clin1234 - 0
`tkinter.Wm.wm_iconbitmap` has no effect when passing an empty string to the parameter `default`
#128014 opened by Xiaokang2022 - 3
- 4
Add BidirectionalDict recipe to `collections`
#128001 opened by nineteendo - 0
Refer to the GIL as a thread state in the C API
#127989 opened by ZeroIntensity