| ID |
Activity |
Title |
Status |
Creator |
Assigned To |
Type |
Msgs |
| 46841 |
6 minutes ago |
Inline bytecode caches
|
|
|
open |
brandtbucher |
brandtbucher |
performance |
12 |
| 46891 |
8 minutes ago |
Crash in ModuleType subclass with __slots__
|
|
|
open |
ronaldoussoren |
|
crash |
7 |
| 46890 |
14 minutes ago |
venv does not create "python" link in python 3.11
|
|
|
open |
ronaldoussoren |
|
behavior |
13 |
| 46870 |
3/4 hours ago |
Improper Input Validation in urlparse
|
|
|
open |
P0cas |
|
security |
4 |
| 40421 |
3/4 hours ago |
[C API] Add getter functions for PyFrameObject and maybe move PyFrameObject to the internal C API
|
|
|
open |
vstinner |
|
|
28 |
| 46863 |
2 hours ago |
Python 3.10 OpenSSL Configuration Issues
|
|
|
open |
adam |
|
behavior |
10 |
| 46888 |
2 hours ago |
SharedMemory.close() destroys memory
|
|
|
open |
ronny-rentner |
docs@python |
behavior |
8 |
| 28824 |
3 hours ago |
os.environ should preserve the case of the OS keys ?
|
|
|
open |
tzickel |
|
behavior |
10 |
| 26545 |
4 hours ago |
[doc] os.walk is limited by python's recursion limit
|
|
|
open |
Thomas.Waldmann |
docs@python |
|
6 |
| 46896 |
7 hours ago |
add support for watching writes to selected dictionaries
|
|
|
open |
carljm |
|
|
2 |
| 6143 |
10 hours ago |
IDLE - clear and restart the shell window
|
|
|
open |
roger.serwy |
terry.reedy |
enhancement |
31 |
| 46899 |
yesterday |
use of uninitialized value with msan from subprocess_fork_exec
|
|
|
open |
yilei |
|
enhancement |
1 |
| 15373 |
yesterday |
copy.copy() does not properly copy os.environment
|
|
|
open |
htgoebel |
|
enhancement |
18 |
| 45373 |
yesterday |
./configure --enable-optimizations should enable LTO
|
|
|
open |
vstinner |
|
|
9 |
| 46836 |
yesterday |
[C API] Move PyFrameObject to the internal C API
|
|
|
open |
vstinner |
|
|
23 |
| 46895 |
yesterday |
Allow extensions to set a callback to be invoked when a type is modified
|
|
|
open |
mpage |
|
enhancement |
1 |
| 46898 |
yesterday |
Add API to allow extensions to set callback function on creation and destruction of PyCodeObject
|
|
|
open |
mpage |
|
enhancement |
1 |
| 46897 |
yesterday |
Add API to allow extensions to set callback function on creation, modification, and destruction of PyFunctionObject
|
|
|
open |
mpage |
|
enhancement |
1 |
| 46894 |
yesterday |
make install DESTDIR= uses /lib/python3.10/lib-dynload out of DESTDIR
|
|
|
open |
dilyan.palauzov |
|
|
2 |
| 46893 |
yesterday |
Allow extensions to set the vectorcall field on instances of PyFunctionObject
|
|
|
open |
itamaro |
|
enhancement |
1 |
| 46892 |
yesterday |
Async Call-Stack Reconstruction
|
|
|
open |
mpage |
|
enhancement |
1 |
| 46566 |
yesterday |
Support -3.11-arm64 in py.exe launcher
|
|
|
open |
steve.dower |
steve.dower |
enhancement |
3 |
| 6634 |
yesterday |
[doc] sys.exit() called from threads other than the main one: undocumented behaviour
|
|
|
open |
jgehrcke |
docs@python |
behavior |
22 |
| 25415 |
yesterday |
[io doc] Reword "there is no public constructor"
|
|
|
open |
Gerrit.Holl |
docs@python |
behavior |
7 |
| 20970 |
yesterday |
[doc] contradictory documentation for prog option of argparse
|
|
|
open |
Aaron.Meurer |
docs@python |
behavior |
12 |
| 28516 |
yesterday |
contextlib.ExitStack.__enter__ has trivial but undocumented behavior
|
|
|
open |
walker.hale.iv |
docs@python |
|
10 |
| 46856 |
yesterday |
datetime.max conversion
|
|
|
open |
joris.geysens |
|
behavior |
6 |
| 46541 |
yesterday |
Replace _Py_IDENTIFIER() with statically initialized objects.
|
|
|
open |
eric.snow |
eric.snow |
|
26 |
| 17505 |
yesterday |
[doc] email.header.Header.__unicode__ does not decode header
|
|
|
open |
hniksic |
docs@python |
behavior |
8 |
| 46889 |
yesterday |
enable sqlite math functions on macos
|
|
|
open |
lyinch |
|
enhancement |
1 |
| 46633 |
yesterday |
AddressSanitizer: Skip tests directly in Python, not with external config
|
|
|
open |
vstinner |
|
|
8 |
| 46887 |
yesterday |
./Programs/_freeze_module fails with MSAN: Uninitialized value was created by an allocation of 'stat.i'
|
|
|
open |
vstinner |
|
|
6 |
| 46311 |
yesterday |
Clean up PyLong_FromLong and PyLong_FromLongLong
|
|
|
open |
mark.dickinson |
|
|
2 |
| 46886 |
yesterday |
ARM64 Windows Non-Debug 3.x: random build error: failure during conversion to COFF: file invalid or corrupt
|
|
|
open |
eric.snow |
|
|
3 |
| 18534 |
yesterday |
[doc] State clearly that open() 'file' param is "name" attr of the result
|
|
|
open |
ncoghlan |
docs@python |
|
7 |
| 46791 |
yesterday |
Allow os.remove to defer to rmdir
|
|
|
open |
bup |
|
enhancement |
5 |
| 23323 |
yesterday |
[doc] mention that flags arg to imaplib's append should be a string
|
|
|
open |
Pilessio |
docs@python |
enhancement |
4 |
| 10149 |
yesterday |
[doc] Data truncation in expat parser
|
|
|
open |
Maciek.J |
docs@python |
behavior |
11 |
| 44807 |
yesterday |
typing.Protocol silently overrides __init__ method of delivered class
|
|
|
open |
uriyyo |
|
behavior |
16 |
| 46868 |
yesterday |
Improve performance of math.prod with bignums (and functools.reduce?)
|
|
|
open |
benrg |
|
enhancement |
9 |
| 45991 |
yesterday |
Improve ambiguous docstrings in pkgutil
|
|
|
open |
khock |
docs@python |
enhancement |
7 |
| 46771 |
yesterday |
Add some form of cancel scopes
|
|
|
open |
gvanrossum |
|
enhancement |
71 |
| 26175 |
yesterday |
Fully implement IOBase abstract on SpooledTemporaryFile
|
|
|
open |
Gary Fernie |
|
behavior |
14 |
| 46885 |
yesterday |
Ensure PEP 663 changes are reverted from 3.11
|
|
|
open |
pablogsal |
ethan.furman |
|
3 |
| 46882 |
yesterday |
Clarify argument type of platform.platform(aliased, terse) to boolean
|
|
|
open |
Rotzbua |
docs@python |
enhancement |
4 |
| 46880 |
yesterday |
zipfile library doesn't extract windows zip files properly on linux
|
|
|
open |
nimrodf |
|
behavior |
2 |
| 46884 |
yesterday |
[doc] msilib.rst uses data directive to document modules
|
|
|
open |
push-f |
docs@python |
enhancement |
2 |
| 46814 |
yesterday |
Documentation for constructing abstract base classes is misleading
|
|
|
open |
Yoshanuikabundi |
docs@python |
|
5 |
| 21761 |
yesterday |
[doc] language reference describes the role of module.__file__ inaccurately
|
|
|
open |
eric.snow |
docs@python |
|
7 |
| 46883 |
yesterday |
Add glossary entries to clarify the true/True and false/False distinction
|
|
|
open |
steven.daprano |
docs@python |
enhancement |
2 |