| ID |
Activity |
Title |
Status |
Creator |
Assigned To |
Type |
Msgs |
| 46550 |
2 minutes ago |
__slots__ updates despite being read-only
|
|
|
open |
IanLee1521 |
|
behavior |
4 |
| 46535 |
11 minutes ago |
Possible bug: pdb causes exception
|
|
|
open |
cklb |
|
behavior |
1 |
| 46551 |
1/2 an hour ago |
Provide number of workers option for fast PGO build time
|
|
|
open |
corona10 |
corona10 |
enhancement |
1 |
| 46285 |
3/4 hours ago |
protocol_version in http.server.test can be ignored
|
|
|
open |
openalmeida |
|
enhancement |
11 |
| 46449 |
an hour ago |
Deep-freezed modules create inconsistency in sys.gettotalrefcount() (_Py_Reftotal)
|
|
|
open |
vstinner |
|
|
17 |
| 31582 |
1 1/4 hours ago |
Add _pth breadcrumb to sys.path documentation
|
|
|
open |
Traveler Hauptman |
docs@python |
enhancement |
4 |
| 45703 |
1 3/4 hours ago |
importlib.invalidate_caches() does not invalidate _NamespacePath's _last_parent_path-based cache
|
|
|
open |
hroncok |
|
behavior |
10 |
| 43916 |
1 3/4 hours ago |
Check that new heap types cannot be created uninitialised: add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag
|
|
|
open |
pablogsal |
|
behavior |
72 |
| 46458 |
2 hours ago |
Optimise try-except code generation for the happy path
|
|
|
open |
iritkatriel |
iritkatriel |
performance |
3 |
| 44791 |
2 hours ago |
Substitution of ParamSpec in Concatenate
|
|
|
open |
serhiy.storchaka |
|
|
5 |
| 46548 |
3 hours ago |
macOS installers cannot be signed on Monterey
|
|
|
open |
nneonneo |
|
behavior |
2 |
| 46487 |
3 hours ago |
`_SSLProtocolTransport` doesn't have the `get_write_buffer_limits` implementation.
|
|
|
open |
mooncell07 |
|
enhancement |
5 |
| 42343 |
3 hours ago |
threading.local documentation should be on the net...
|
|
|
open |
ztane |
docs@python |
enhancement |
4 |
| 46544 |
3 hours ago |
`textwrap.TextWrapper` leaks two intermediate vars into class namespace
|
|
|
open |
sobolevn |
|
behavior |
2 |
| 46547 |
4 hours ago |
`pydoc.Helper` leaks several `for` loop variables
|
|
|
open |
sobolevn |
|
behavior |
1 |
| 34781 |
5 hours ago |
infinite waiting in multiprocessing.Pool
|
|
|
open |
coells |
|
behavior |
11 |
| 40280 |
5 hours ago |
Consider supporting emscripten/webassembly as a build target
|
|
|
open |
Simon Biggs |
|
enhancement |
42 |
| 45173 |
5 hours ago |
Remove configparser deprecations
|
|
|
open |
hugovk |
|
|
5 |
| 46541 |
7 hours ago |
Replace _Py_IDENTIFIER() with statically initialized objects.
|
|
|
open |
eric.snow |
eric.snow |
|
2 |
| 46498 |
7 hours ago |
Add new triplets for loongarch64
|
|
|
open |
loongson-zn |
|
compile error |
2 |
| 45560 |
10 hours ago |
sys.last_* not set for SyntaxErrors with IDLE
|
|
|
open |
aroberge |
terry.reedy |
behavior |
6 |
| 45975 |
11 hours ago |
Simplify some while-loops with walrus operator
|
|
|
open |
nickdrozd |
|
|
7 |
| 45162 |
11 hours ago |
Remove old deprecated unittest features
|
|
|
open |
serhiy.storchaka |
|
behavior |
4 |
| 46543 |
11 hours ago |
Add sys._getfunc
|
|
|
open |
Jelle Zijlstra |
Jelle Zijlstra |
enhancement |
1 |
| 46496 |
11 hours ago |
idlelib/NEWS.txt for 3.11.0 and backports
|
|
|
open |
terry.reedy |
terry.reedy |
|
7 |
| 46282 |
11 hours ago |
return value of builtins is not clearly indicated
|
|
|
open |
SnoopJeDi |
docs@python |
|
13 |
| 45476 |
12 hours ago |
[C API] PEP 674: Disallow using macros as l-value
|
|
|
open |
vstinner |
|
|
40 |
| 46539 |
12 hours ago |
typing: forward references don't understand special type forms
|
|
|
open |
GBeauregard |
|
behavior |
6 |
| 45735 |
yesterday |
Promise the long-time truth that `args=list` works
|
|
|
open |
tim.peters |
docs@python |
behavior |
6 |
| 40170 |
yesterday |
[C API] Make PyTypeObject structure an opaque structure in the public C API
|
|
|
open |
vstinner |
|
|
55 |
| 46542 |
yesterday |
test_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot
|
|
|
open |
vstinner |
|
|
2 |
| 38472 |
yesterday |
setup.py: GCC detection is broken when cross-compiling with a German locale
|
|
|
open |
Alex Grund |
|
compile error |
11 |
| 46506 |
yesterday |
[Windows] wrap CreateFile to support follow_symlinks
|
|
|
open |
eryksun |
|
enhancement |
3 |
| 38487 |
yesterday |
expat infinite loop
|
|
|
open |
StyXman |
|
behavior |
2 |
| 46540 |
yesterday |
dylibs not loading properly from NFS mounts
|
|
|
open |
embassy_vfx |
|
behavior |
1 |
| 46528 |
yesterday |
Simplify the VM's stack manipulations
|
|
|
open |
brandtbucher |
brandtbucher |
performance |
4 |
| 42926 |
yesterday |
Split compiler into code-gen, optimizer and assembler.
|
|
|
open |
Mark.Shannon |
|
|
2 |
| 33205 |
yesterday |
GROWTH_RATE prevents dict shrinking
|
|
|
open |
methane |
|
resource usage |
8 |
| 46534 |
yesterday |
Implementing PEP 673 (Self type)
|
|
|
open |
Gobot1234 |
|
enhancement |
1 |
| 46465 |
yesterday |
Regression caused by CALL_FUNCTION specialization for C function calls
|
|
|
open |
vstinner |
|
|
14 |
| 43908 |
yesterday |
array.array should remain immutable: add Py_TPFLAGS_IMMUTABLETYPE flag
|
|
|
open |
gvanrossum |
vstinner |
behavior |
120 |
| 34680 |
yesterday |
asyncio event_loop fails when accessed from multiple threads
|
|
|
open |
jnwatson |
|
behavior |
8 |
| 46520 |
yesterday |
`ast.unparse` produces syntactically illegal code for identifiers that look like reserved words
|
|
|
open |
Kodiologist |
|
behavior |
5 |
| 35134 |
yesterday |
Add a new Include/cpython/ subdirectory for the "CPython API" with implementation details
|
|
|
open |
vstinner |
|
|
58 |
| 43853 |
yesterday |
[sqlite3] Improve sqlite3_value_text() error handling
|
|
|
open |
erlendaasland |
|
behavior |
15 |
| 45382 |
yesterday |
platform() is not able to detect windows 11
|
|
|
open |
sahsariga111 |
|
|
35 |
| 46533 |
yesterday |
Specialize for staticmethods and classmethods
|
|
|
open |
Mark.Shannon |
|
|
4 |
| 46524 |
yesterday |
test_peg_generator takes 8 minutes on Windows
|
|
|
open |
vstinner |
|
|
6 |
| 43698 |
yesterday |
Use syntactically correct examples on abc package page
|
|
|
open |
Vladimir Ryabtsev |
docs@python |
behavior |
5 |
| 45925 |
yesterday |
Upgrade macOS and Windows installers to use SQLite 3.37.2
|
|
|
open |
erlendaasland |
|
|
9 |