December 2022 Archives by thread
Starting: Thu Dec 1 01:42:25 EST 2022
Ending: Sat Dec 31 22:19:27 EST 2022
Messages: 279
- [New-bugs-announce] [Issue 99918] re.sub() doesn't substitute for all words with the replacement in the string when re.IGNORECASE is used and counter not specified
CPython Issues
- [New-bugs-announce] [Issue 99921] bug report
CPython Issues
- [New-bugs-announce] [Issue 99923] Python3 installer is broken on Windows
CPython Issues
- [New-bugs-announce] [Issue 99925] Inconsistent JSON serialization error messages
CPython Issues
- [New-bugs-announce] [Issue 99927] email as_bytes() corruption of headers with SMTPUTF8 policy
CPython Issues
- [New-bugs-announce] [Issue 99932] Bug with nested dictionaries
CPython Issues
- [New-bugs-announce] [Issue 99933] Why doesn't `asyncio.as_completed` cancel unfinished tasks if it timeout?
CPython Issues
- [New-bugs-announce] [Issue 99934] test_deterministic_sets fails on x86 (32 bit)
CPython Issues
- [New-bugs-announce] [Issue 99936] `asyncio.wait(aws)` require aws is 'iterable', but doesn't accept `generator`
CPython Issues
- [New-bugs-announce] [Issue 99937] Pip crashes when in virtual environment in win/git-bash when running `pip uninstall mypackage`: "input(): lost sys.stderr"
CPython Issues
- [New-bugs-announce] [Issue 99941] asyncio tcp transport on Windows reads bytearray instead of bytes
CPython Issues
- [New-bugs-announce] [Issue 99942] Building and linking C extensions in a post-distutils world
CPython Issues
- [New-bugs-announce] [Issue 99944] dis output is missing information for KW_NAMES
CPython Issues
- [New-bugs-announce] [Issue 99945] libpython3.9.so is crashing in apache server
CPython Issues
- [New-bugs-announce] [Issue 99947] ENH: Chain import SystemError on unexpected exceptions
CPython Issues
- [New-bugs-announce] [Issue 99948] ctypes.util.find_library support on WASM platforms
CPython Issues
- [New-bugs-announce] [Issue 99951] Signal if there is an OpenSSL major version mismatch
CPython Issues
- [New-bugs-announce] [Issue 99952] "a foreign function that will call a COM method" generated by `ctypes.WINFUNCTYPE` works in Python3.7, does not work as same in newer Python
CPython Issues
- [New-bugs-announce] [Issue 99953] sqlite3's support for "numeric" paramstyle does not appear to honor the actual numbers with positional parameters
CPython Issues
- [New-bugs-announce] [Issue 99954] Open() on path that exceeds 248 char limit results in "FileNotFoundError: [Errno 2] No such file or directory"
CPython Issues
- [New-bugs-announce] [Issue 99955] error handling in the compiler in inconsistent
CPython Issues
- [New-bugs-announce] [Issue 99957] Add `frozen_default` parameter on `dataclass_transform`
CPython Issues
- [New-bugs-announce] [Issue 99961] Enhancement: relax os.path.common input requirements
CPython Issues
- [New-bugs-announce] [Issue 99962] Parsing functions in urllib.parse remove the delimiters of empty URI components in violation of RFC 3986
CPython Issues
- [New-bugs-announce] [Issue 99967] set.intersection help suggests 2 sets, while any number > 0 is supported
CPython Issues
- [New-bugs-announce] [Issue 99968] Python version ending with plus sign not compatible with PEP 508 `python_full_version` marker
CPython Issues
- [New-bugs-announce] [Issue 99970] Possibly a missing parameter in the documentation of DocTestSuite in doctest
CPython Issues
- [New-bugs-announce] [Issue 99974] Leak 21~42 bits of heap data in python 3.12 by exploiting the code object co_positions iterator
CPython Issues
- [New-bugs-announce] [Issue 99975] Out of bound read of two bytes in 3.10 if code object `co_lnotab = b'\0'`
CPython Issues
- [New-bugs-announce] [Issue 99984] New warnings: `'function': conversion from 'int64_t' to 'int', possible loss of data`
CPython Issues
- [New-bugs-announce] [Issue 99985] Two new buildbot failures: WASM and `AMD64 FreeBSD Non-Debug 3.x`
CPython Issues
- [New-bugs-announce] [Issue 99987] fcntl module adding the `F_KINFO` constant for FreeBSD (from 13.1 release)
CPython Issues
- [New-bugs-announce] [Issue 99991] Python 3.9.14: grammar/clarity improvements for str.encode, str.decode error-checking documentation
CPython Issues
- [New-bugs-announce] [Issue 99992] The Numeric Types description table missing a note
CPython Issues
- [New-bugs-announce] [Issue 99999] Add a "warning" option to enum.FlagBoundary
CPython Issues
- [New-bugs-announce] [Issue 100000] Polish and cleanup watchers code
CPython Issues
- [New-bugs-announce] [Issue 100001] `python -m http.server` log messages to stderr can emit raw data
CPython Issues
- [New-bugs-announce] [Issue 100005] Newly added test_cmd_line_script.test_script_as_dev_fd() fails on FreeBSD: /dev/fd/3 doesn't exist
CPython Issues
- [New-bugs-announce] [Issue 100008] Drop support for platforms without two's complement integer representation: require two's complement to build Python
CPython Issues
- [New-bugs-announce] [Issue 100015] This version of python seems to be incorrectly compiled (internal generated filenames are not absolute). This may make the debugger miss breakpoints. Related bug: http://bugs.python.org/issue1666807
CPython Issues
- [New-bugs-announce] [Issue 100021] stdlib sqlite3 executemany() does not support RETURNING statement
CPython Issues
- [New-bugs-announce] [Issue 100024] The installation failed
CPython Issues
- [New-bugs-announce] [Issue 100026] Include number of raw stats files in summarize_stats.py output
CPython Issues
- [New-bugs-announce] [Issue 100037] Int and float different behavior with TypeError “object layout differs from”
CPython Issues
- [New-bugs-announce] [Issue 100039] [Enum] `__text_signature__` of `EnumType.__call__` and derivatives
CPython Issues
- [New-bugs-announce] [Issue 100046] test_posix fails when os.getpgrp() is missing
CPython Issues
- [New-bugs-announce] [Issue 100049] Dictionary view objects (dictview) - incorrect example
CPython Issues
- [New-bugs-announce] [Issue 100050] C assertion error from the runtime while expecting a SyntaxError
CPython Issues
- [New-bugs-announce] [Issue 100055] asyncio shell subprocess does not close properly
CPython Issues
- [New-bugs-announce] [Issue 100057] Assigning attribute to instance method causes AttributeError
CPython Issues
- [New-bugs-announce] [Issue 100058] math.floor: "Return the floor of x as an Integral"
CPython Issues
- [New-bugs-announce] [Issue 100061] Extra characters erroneously matched when using possessive quantifier with negative lookahead
CPython Issues
- [New-bugs-announce] [Issue 100062] Error code tables in _ssl and err_name_to_codes are no longer used
CPython Issues
- [New-bugs-announce] [Issue 100066] bz2.BZ2File / gzip.GZipFile / lzma.LZMAFile expose misleading `fileno` method.
CPython Issues
- [New-bugs-announce] [Issue 100068] Same arguments and more similar documentation for exec() and for eval().
CPython Issues
- [New-bugs-announce] [Issue 100069] support emoji as identifier
CPython Issues
- [New-bugs-announce] [Issue 100071] Certain seeds give less than n random bits in random.getrandbits(n)
CPython Issues
- [New-bugs-announce] [Issue 100072] Netlify builds happen for PRs that do not change docs
CPython Issues
- [New-bugs-announce] [Issue 100076] Alignment issue
CPython Issues
- [New-bugs-announce] [Issue 100077] test_code.test_invalid_bytecode is a bit cryptic and flaky
CPython Issues
- [New-bugs-announce] [Issue 100079] CNRI license statement in Python 2.5 file
CPython Issues
- [New-bugs-announce] [Issue 100086] Add more details about the Python build in sys.version
CPython Issues
- [New-bugs-announce] [Issue 100090] Cannot pickle Mock/MagicMock objects, or use them with multiprocessing
CPython Issues
- [New-bugs-announce] [Issue 100094] socket.gethostbyname(<hostname>) returns incorrect response
CPython Issues
- [New-bugs-announce] [Issue 100098] 3.11.1 Regression: namedtuple Enum values are cast to tuple
CPython Issues
- [New-bugs-announce] [Issue 100100] Add PyDict_ContainsString()
CPython Issues
- [New-bugs-announce] [Issue 100101] Unclear documentation of `zip()`'s `strict` option
CPython Issues
- [New-bugs-announce] [Issue 100107] Script containing a "shebang" would not start under Windows
CPython Issues
- [New-bugs-announce] [Issue 100108] Add a section about async generators in `asyncio` docs
CPython Issues
- [New-bugs-announce] [Issue 100110] Specialize FOR_ITER for tuples
CPython Issues
- [New-bugs-announce] [Issue 100111] `StopIteration` Exception is ignored in `map()`
CPython Issues
- [New-bugs-announce] [Issue 100112] Avoid using iterable coroutines in `asyncio` internally
CPython Issues
- [New-bugs-announce] [Issue 100113] Remove `yield from` usage from asyncio tests
CPython Issues
- [New-bugs-announce] [Issue 100116] The command ""py" -m pip install -U blurb" exited with code 101 when building on windows.
CPython Issues
- [New-bugs-announce] [Issue 100117] error documentation of code.co_positions
CPython Issues
- [New-bugs-announce] [Issue 100126] Regression in 3.12a3 - segfault in interpreter trampoline
CPython Issues
- [New-bugs-announce] [Issue 100129] Change names of builtin types exposed in the types module
CPython Issues
- [New-bugs-announce] [Issue 100131] Allow `delete=False` for tempfile.TemporaryDirectory()
CPython Issues
- [New-bugs-announce] [Issue 100133] asyncio subprocess stdout lost (3.11.0 → 3.11.1 regression)
CPython Issues
- [New-bugs-announce] [Issue 100136] Regression: Importing __hello__ doesn't print "Hello world!"
CPython Issues
- [New-bugs-announce] [Issue 100141] Pdb loops endlessly on non-interactive scripts
CPython Issues
- [New-bugs-announce] [Issue 100143] Make it possible to collect pystats of parts of runs
CPython Issues
- [New-bugs-announce] [Issue 100146] BUILD_LIST should steal references, similar to BUILD_TUPLE
CPython Issues
- [New-bugs-announce] [Issue 100149] 3.11.1: NamedTuple as Enum member converts it to an ordinary tuple.
CPython Issues
- [New-bugs-announce] [Issue 100150] Docs for --without-doc-strings argument to configure should mention that builtins can't have their signatures analyzed
CPython Issues
- [New-bugs-announce] [Issue 100153] Can you spot the issue?
CPython Issues
- [New-bugs-announce] [Issue 100157] pathlib behaviour with filenames ending with '.'
CPython Issues
- [New-bugs-announce] [Issue 100160] DeprecationWarning scope expanded in asyncio.events
CPython Issues
- [New-bugs-announce] [Issue 100162] os.path.normpath of relative path r".\C:\x" returns absolute path r"C:\x" on Windows, similar in pathlib
CPython Issues
- [New-bugs-announce] [Issue 100163] subprocess.call(..., user=xx, group=xxx) is not able to gain privileges
CPython Issues
- [New-bugs-announce] [Issue 100165] Specialize BINARY_AND for int
CPython Issues
- [New-bugs-announce] [Issue 100170] Dynamic lambda expressions get shared reference when built during loop.
CPython Issues
- [New-bugs-announce] [Issue 100171] regression with latest Python 3.11.1 and _socket not found
CPython Issues
- [New-bugs-announce] [Issue 100172] os.path.join does not work correctly
CPython Issues
- [New-bugs-announce] [Issue 100173] crash in embed mode
CPython Issues
- [New-bugs-announce] [Issue 100174] Enum Docs do the wrong math for the class name in the _generate_next_value_ example
CPython Issues
- [New-bugs-announce] [Issue 100176] Meta issue: clean up redundant compat code
CPython Issues
- [New-bugs-announce] [Issue 100180] Upgrade OpenSSL bundled with windows to 1.1.1s
CPython Issues
- [New-bugs-announce] [Issue 100185] Variable Not Defined When Using Dictionary Comprehension Inside a Function Scope [Pdb]
CPython Issues
- [New-bugs-announce] [Issue 100188] Too many misses in BINARY_SUBSCR_LIST_INT
CPython Issues
- [New-bugs-announce] [Issue 100191] Software executed using subprocess.Popen() or os.system() may encounter errors due to DLLs.
CPython Issues
- [New-bugs-announce] [Issue 100192] Add more tests for `asyncio` subprocess
CPython Issues
- [New-bugs-announce] [Issue 100199] Python unistalls wrong instance if tho installd in C:/...
CPython Issues
- [New-bugs-announce] [Issue 100200] Configure fails on getaddrinfo bug check in networkless environement
CPython Issues
- [New-bugs-announce] [Issue 100201] Bare yield's behaviour undocumented
CPython Issues
- [New-bugs-announce] [Issue 100206] `sysconfig.get_default_scheme` `versionadded` vs `versionchanged`
CPython Issues
- [New-bugs-announce] [Issue 100208] Factor out logic to generate ModuleNotFoundError in importlib?
CPython Issues
- [New-bugs-announce] [Issue 100210] Link in code no longer relevant
CPython Issues
- [New-bugs-announce] [Issue 100213] New GitHub warning: `'ERROR': macro redefinition`
CPython Issues
- [New-bugs-announce] [Issue 100218] socket.if_nametoindex('no-such-iface') raises OSError() without setting errno
CPython Issues
- [New-bugs-announce] [Issue 100220] `make sharedinstall` no longer returns failure if install commands fail
CPython Issues
- [New-bugs-announce] [Issue 100222] Use a correct and transparent definition of "code unit" in C code
CPython Issues
- [New-bugs-announce] [Issue 100224] `inspect.iscoroutinefunction` does not work correctly if the function is decorated
CPython Issues
- [New-bugs-announce] [Issue 100225] FAIL: test_quickened_static_code_gets_unquickened_at_Py_FINALIZE
CPython Issues
- [New-bugs-announce] [Issue 100226] StreamReader.read does what exactly?
CPython Issues
- [New-bugs-announce] [Issue 100227] Improve Interpreter Isolation
CPython Issues
- [New-bugs-announce] [Issue 100228] raise a Warning when os.fork() is called and the process has multiple threads
CPython Issues
- [New-bugs-announce] [Issue 100231] socket.AF_PACKET doc: proto is *not* in network byte order
CPython Issues
- [New-bugs-announce] [Issue 100233] Can't read int value from middle of two lists
CPython Issues
- [New-bugs-announce] [Issue 100234] Set default lamb to 1.0 in random.expovariate()
CPython Issues
- [New-bugs-announce] [Issue 100236] add a `LIBFFI_LIBS` to `setup.py` allowing to override the autodetection
CPython Issues
- [New-bugs-announce] [Issue 100237] Update test_check_c_globals no not need distutils & reenable it
CPython Issues
- [New-bugs-announce] [Issue 100238] Update test_peg_generator to not need distutils & reenable it
CPython Issues
- [New-bugs-announce] [Issue 100239] Specialize long tail of binary operations using a table.
CPython Issues
- [New-bugs-announce] [Issue 100240] Use a principled, and consistent, implementation of freelists.
CPython Issues
- [New-bugs-announce] [Issue 100241] Cannot use 'multiprocessing'
CPython Issues
- [New-bugs-announce] [Issue 100245] Strings typo
CPython Issues
- [New-bugs-announce] [Issue 100246] Class is not generic if it extends `type[X]`
CPython Issues
- [New-bugs-announce] [Issue 100248] Possibly missing parameters in the documentation of asyncio functions
CPython Issues
- [New-bugs-announce] [Issue 100251] Clarify the situation with the memory allocation for `PyConfig.home`
CPython Issues
- [New-bugs-announce] [Issue 100256] Ensurepip fails ungracefully when mimetype is missing from Windows registry
CPython Issues
- [New-bugs-announce] [Issue 100257] summarize_stats: Link failure kinds to GitHub search
CPython Issues
- [New-bugs-announce] [Issue 100260] gzip module writes file with bad CRC when saving large files
CPython Issues
- [New-bugs-announce] [Issue 100261] email.policy.SMTP TypeError: 'Header' object is not subscriptable
CPython Issues
- [New-bugs-announce] [Issue 100264] pprint collections with correct indentation and line breaks
CPython Issues
- [New-bugs-announce] [Issue 100267] add to Class like Trait or Interface
CPython Issues
- [New-bugs-announce] [Issue 100268] Arguments annotated with `float` should not allow value of type `int.`
CPython Issues
- [New-bugs-announce] [Issue 100269] Extend math.dist and math.hypot with non-Euclidian distances
CPython Issues
- [New-bugs-announce] [Issue 100272] JSON does not preserve the order of OrderedDict
CPython Issues
- [New-bugs-announce] [Issue 100279] Adding the "bag" type
CPython Issues
- [New-bugs-announce] [Issue 100280] Wrong type declaration of a variable inside a function does not report an error.
CPython Issues
- [New-bugs-announce] [Issue 100281] venv: script destination to solve ci/portability headaches
CPython Issues
- [New-bugs-announce] [Issue 100283] asyncio.timeout could be used as a decorator
CPython Issues
- [New-bugs-announce] [Issue 100285] struct.pack() unexpected extra bytes
CPython Issues
- [New-bugs-announce] [Issue 100287] unittest.mock.seal doesn't work as expected with AsyncMock
CPython Issues
- [New-bugs-announce] [Issue 100288] Finish up LOAD_ATTR specialisation
CPython Issues
- [New-bugs-announce] [Issue 100290] TestLoader.discover() returns tests in package/__init__.py
CPython Issues
- [New-bugs-announce] [Issue 100291] unittest: `self` is not passed with specced/autospecced `PropertyMock`
CPython Issues
- [New-bugs-announce] [Issue 100292] Grammar differences between Doc grammar and Pegen grammar for Python
CPython Issues
- [New-bugs-announce] [Issue 100293] email.utils.make_msgid return ids that break email messages with related content
CPython Issues
- [New-bugs-announce] [Issue 100296] Syntactic sugar for creating factory classes
CPython Issues
- [New-bugs-announce] [Issue 100298] socket.getfqdn() returns unqualifed hostname if the resolver is configured to trim local domains
CPython Issues
- [New-bugs-announce] [Issue 100299] Behavior of sequential calls to a list of lambda functions is not what I expected.
CPython Issues
- [New-bugs-announce] [Issue 100305] `ast.literal_eval` is still referred to as safe by the documentation for `eval`
CPython Issues
- [New-bugs-announce] [Issue 100307] Python WASM-WASI can't be executed from a different directory than root.
CPython Issues
- [New-bugs-announce] [Issue 100308] Bug: `binascii.a2b_uu` Implementation incorrectly assumes padded bytes are always whitespace
CPython Issues
- [New-bugs-announce] [Issue 100313] __hash__ method in str child class causing unintended side effects
CPython Issues
- [New-bugs-announce] [Issue 100315] Clarification in the `__slots__` documentation
CPython Issues
- [New-bugs-announce] [Issue 100316] `types.CodeType` regression in Python 3.11
CPython Issues
- [New-bugs-announce] [Issue 100317] `iscoroutinefunction` returns False for wrapped functions with `update_wrapper` applied
CPython Issues
- [New-bugs-announce] [Issue 100318] A New Feature
CPython Issues
- [New-bugs-announce] [Issue 100320] Python 3.11.0 -> 3.11.1 : ...\Python311\DLLs not added to sys.path in embedded startup on Windows
CPython Issues
- [New-bugs-announce] [Issue 100321] Redundant variable newfree in function analyze_block()
CPython Issues
- [New-bugs-announce] [Issue 100322] Inconsistent driver letter case on Windows + suggested fix
CPython Issues
- [New-bugs-announce] [Issue 100325] cannot use | union syntax in recursive types
CPython Issues
- [New-bugs-announce] [Issue 100331] Smtp auth login should fail immediately if error is bad authentication
CPython Issues
- [New-bugs-announce] [Issue 100334] Calling python code from c++ gives unexpected number of references
CPython Issues
- [New-bugs-announce] [Issue 100335] csv.Dialect: Defaults are documented but not correctly implemented
CPython Issues
- [New-bugs-announce] [Issue 100339] __debug__ enhancement and parse time constants
CPython Issues
- [New-bugs-announce] [Issue 100340] Build failure on wasm-sdk-17
CPython Issues
- [New-bugs-announce] [Issue 100342] Missing NULL check in AC *args tuple parsing
CPython Issues
- [New-bugs-announce] [Issue 100344] Provide C implementation for asyncio.current_task
CPython Issues
- [New-bugs-announce] [Issue 100348] asyncio._SelectorSocketTransport: help garbage collector
CPython Issues
- [New-bugs-announce] [Issue 100357] Convert more functions in `bltinsmodule.c` to Argument Clinic
CPython Issues
- [New-bugs-announce] [Issue 100361] Enum with NamedTuples which copy each other break
CPython Issues
- [New-bugs-announce] [Issue 100362] or and and are reversed
CPython Issues
- [New-bugs-announce] [Issue 100363] Optimize `asyncio.get_running_loop`
CPython Issues
- [New-bugs-announce] [Issue 100369] Silent grab external dependency from libuuid during build without possibility to diable it
CPython Issues
- [New-bugs-announce] [Issue 100370] sqlite3.Connection.blobopen() can fail with OverflowError on large rowids
CPython Issues
- [New-bugs-announce] [Issue 100371] offset-aware datetime.datetime.time() does not keep timezone
CPython Issues
- [New-bugs-announce] [Issue 100372] SSLContext.load_verify_locations accepts some cases of trailing data in DER
CPython Issues
- [New-bugs-announce] [Issue 100374] Incorrect returns caused by improper address filter in socket.getfqdn
CPython Issues
- [New-bugs-announce] [Issue 100378] The linenumber in the ast changes the result of the bytecode compilation
CPython Issues
- [New-bugs-announce] [Issue 100379] configure.ac unconditionnaly references variables only defined under --enable-framework
CPython Issues
- [New-bugs-announce] [Issue 100384] Consider adding `-Werror=unguarded-availability-new` to compiler flags for Apple platforms
CPython Issues
- [New-bugs-announce] [Issue 100388] platform._sys_version() raises exception when __DATE__ is undefined at build-time
CPython Issues
- [New-bugs-announce] [Issue 100394] python-3.11.1-macos11.pkg does not include Tcl/Tk (despite claims that it does)
CPython Issues
- [New-bugs-announce] [Issue 100395] Exception thrown when using python in for-loop in C++-script
CPython Issues
- [New-bugs-announce] [Issue 100397] Regresson(?) in Python 3.11: ctypes.addressof(...) no longer works on ctypes function type
CPython Issues
- [New-bugs-announce] [Issue 100399] "ModuleNotFoundError: No module named 'pyexpat'" when run pip install on embedded Python
CPython Issues
- [New-bugs-announce] [Issue 100400] You don't need to raise NotImplementedError for abstract methods
CPython Issues
- [New-bugs-announce] [Issue 100403] Single generation GC
CPython Issues
- [New-bugs-announce] [Issue 100407] Subtle pattern in the __subclasshook__ docs isn't explained
CPython Issues
- [New-bugs-announce] [Issue 100408] Fix a traceback in multiprocessing example
CPython Issues
- [New-bugs-announce] [Issue 100411] argparse does not handle hyphens in positional arguments
CPython Issues
- [New-bugs-announce] [Issue 100414] Add sqlite3 as another possible backing store for the dbm module
CPython Issues
- [New-bugs-announce] [Issue 100415] pathlib.PurePath.as_uri() and __bytes__() are impure
CPython Issues
- [New-bugs-announce] [Issue 100417] unittest: MagicMock-ed Method Fails Assertion
CPython Issues
- [New-bugs-announce] [Issue 100418] inspect.getattr_static vs getattr returns different result
CPython Issues
- [New-bugs-announce] [Issue 100419] gathering asyncio open_connection ends up with timing gaps
CPython Issues
- [New-bugs-announce] [Issue 100420] misconfiguration of c extensions on macos arm
CPython Issues
- [New-bugs-announce] [Issue 100425] Improve accuracy of builtin sum() for float inputs
CPython Issues
- [New-bugs-announce] [Issue 100427] Breakpoints with multiple files
CPython Issues
- [New-bugs-announce] [Issue 100428] Float documentation doesn't allow int-like strings as valid arguments for float
CPython Issues
- [New-bugs-announce] [Issue 100438] Unable to update python on Windows 10
CPython Issues
- [New-bugs-announce] [Issue 100445] Improve error message for unterminated raw strings
CPython Issues
- [New-bugs-announce] [Issue 100450] sqlite3.Row behaves like a dictionary but doesn't handle "in" as one might expect
CPython Issues
- [New-bugs-announce] [Issue 100454] Start running SSL tests with OpenSSL 3.1.0-beta1
CPython Issues
- [New-bugs-announce] [Issue 100455] There is a bug in python3.10 importlib
CPython Issues
- [New-bugs-announce] [Issue 100458] Enum with `str` or `int` Mixin Breaking Change in Python 3.11
CPython Issues
- [New-bugs-announce] [Issue 100459] Errors in specialisation stats for STORE_ATTR
CPython Issues
- [New-bugs-announce] [Issue 100463] Serve HTML from extensionless URLs in http.server
CPython Issues
- [New-bugs-announce] [Issue 100465] Abstract methods in non-abstract imporlib.metadata.Distribution
CPython Issues
- [New-bugs-announce] [Issue 100472] compileall's stripdir, prependdir and limit_sl_dest cannot be bytes
CPython Issues
- [New-bugs-announce] [Issue 100474] http.server directories named index.html break directory listings
CPython Issues
- [New-bugs-announce] [Issue 100479] Support for sharing state between pathlib subclasses
CPython Issues
- [New-bugs-announce] [Issue 100485] Consider adding sumproduct() or dotproduct() to the math module
CPython Issues
- [New-bugs-announce] [Issue 100488] Add `is_integer` to fractions.Fraction
CPython Issues
- [New-bugs-announce] [Issue 100502] Support for detecting the flavour of pathlib subclasses
CPython Issues
- [New-bugs-announce] [Issue 100516] `$COLUMNS` environment variable present in subprocess only when `env=None`
CPython Issues
- [New-bugs-announce] [Issue 100518] `ast.NodeTransformer` is not tested
CPython Issues
- [New-bugs-announce] [Issue 100519] Simplify eff_request_host in cookiejar.py
CPython Issues
- [New-bugs-announce] [Issue 100520] Docstrings in configparser are invalid reStructuredText
CPython Issues
- [New-bugs-announce] [Issue 100522] Resolve TODO comments in `test_concurrent_futures.py`
CPython Issues
- [New-bugs-announce] [Issue 100527] Unable to store True and a int in a set
CPython Issues
- [New-bugs-announce] [Issue 100530] Confusing error message when attempting to pass a newtype as a match pattern
CPython Issues
- [New-bugs-announce] [Issue 100531] Source Checkout Installs With Unparseable Version
CPython Issues
- [New-bugs-announce] [Issue 100532] Add "python latest" version to microsoft store
CPython Issues
- [New-bugs-announce] [Issue 100535] Error Cross-Compiling Python 3.8.10 for armv7 "set ac_cv_file__dev_ptmx to yes/no in your CONFIG_SITE file"
CPython Issues
- [New-bugs-announce] [Issue 100536] `PyFrame_GetBack` segfaults if called in a `sys.settrace` hook on `3.11`
CPython Issues
- [New-bugs-announce] [Issue 100537] bug in the linenumbers for generator/list/set/dict expressions (python 3.8-3.10)
CPython Issues
- [New-bugs-announce] [Issue 100538] Create a GitHub Actions workflow for verifying bundled libexpat files
CPython Issues
- [New-bugs-announce] [Issue 100540] Clean up `_ctypes`/`libffi` build, particularly on macOS
CPython Issues
- [New-bugs-announce] [Issue 100546] eval() documentation is wrong about keyword arguments
CPython Issues
- [New-bugs-announce] [Issue 100548] reduce documentation argument signature is incorrect.
CPython Issues
- [New-bugs-announce] [Issue 100549] `f(kw=a, *b)` with keyword argument before star arguments isn’t evaluated left-to-right
CPython Issues
- [New-bugs-announce] [Issue 100550] Consider converting `exceptions.c` to argument clinic
CPython Issues
- [New-bugs-announce] [Issue 100552] Lack of `INSTALL` file on Python 3.8.10
CPython Issues
- [New-bugs-announce] [Issue 100553] Improve `test_
CPython Issues
- [New-bugs-announce] [Issue 100554] Support setting `tp_vectorcall` for heap types
CPython Issues
- [New-bugs-announce] [Issue 100556] Better `or` doc wording
CPython Issues
- [New-bugs-announce] [Issue 100557] Documentation of `signal.pause` is incorrect
CPython Issues
- [New-bugs-announce] [Issue 100558] Bypassing data between classes containing array elements
CPython Issues
- [New-bugs-announce] [Issue 100561] Add support to replace multiple strings at once
CPython Issues
- [New-bugs-announce] [Issue 100562] Improve performance of pathlib.Path.absolute()
CPython Issues
- [New-bugs-announce] [Issue 100566] Suspicion of Buffer Overrun in CPython 3.11.1 on WIndows 64-bit
CPython Issues
- [New-bugs-announce] [Issue 100567] How to add an environment variable LD_LIBRARY_PATH to the python code and effective
CPython Issues
- [New-bugs-announce] [Issue 100573] Calling os.stat() on a named pipe used by asyncio.ProactorEventLoop.start_serving_pipe() will raise OSError
CPython Issues
- [New-bugs-announce] [Issue 100574] Add `strptime`/`strftime` format code examples
CPython Issues
- [New-bugs-announce] [Issue 100577] Replace `assert(0)` with `Py_UNREACHABLE` in `Python/symtable.c`
CPython Issues
- [New-bugs-announce] [Issue 100583] replace pydoc with pydoc3
CPython Issues
- [New-bugs-announce] [Issue 100584] IDLE Open Dialog text not visible
CPython Issues
- [New-bugs-announce] [Issue 100585] importlib.resources.as_file is leaving temporary file pointers open
CPython Issues
- [New-bugs-announce] [Issue 100587] Windows Installer - modify PATHEXT when system-wide launcher is installed
CPython Issues
- [New-bugs-announce] [Issue 100588] Double Tk events
CPython Issues
- [New-bugs-announce] [Issue 100593] urllib.Robotparser is not working
CPython Issues
- [New-bugs-announce] [Issue 100596] [unittest.mock] Autospecced decorator-transformed methods
CPython Issues
- [New-bugs-announce] [Issue 100597] [Bug] An error occurred in the installation file
CPython Issues
- [New-bugs-announce] [Issue 100600] Test `test_bpo_45813_2` in `test_coroutines` generates a "coroutine was never awaited" warning
CPython Issues
- [New-bugs-announce] [Issue 100602] importlib.metadata fails to read version in the 'hatchling' package
CPython Issues
- [New-bugs-announce] [Issue 100603] `itertools.product()` gives one result for empty arguments list.
CPython Issues
- [New-bugs-announce] [Issue 100604] Cpython compilation time test_hashlib fail
CPython Issues
- [New-bugs-announce] [Issue 100608] Cannot click submenu on Treeview on Linux
CPython Issues
- [New-bugs-announce] [Issue 100609] zipfile.Path.filename not working when root attribute is io.BytesIO
CPython Issues
- [New-bugs-announce] [Issue 100610] CTRL+C/KeyboardInterrupt in editline not working properly on macOS REPL
CPython Issues
- [New-bugs-announce] [Issue 100612] CRLF Injection vulnerability in "email.mime.multipart" > "MIMEMultipart" > "add_header()"
CPython Issues
- [New-bugs-announce] [Issue 100616] Document 'attr' parameter for window.vline() in curses module
CPython Issues
- [New-bugs-announce] [Issue 100617] Tkinter wait_window will hang and not spawn window on MacOS 10.14.6
CPython Issues
- [New-bugs-announce] [Issue 100621] Suggestion for clarifying the documentation of cmd.Cmd.use_rawinput
CPython Issues
- [New-bugs-announce] [Issue 100623] singledispatch on arguments that are themselves types/classes
CPython Issues
- [New-bugs-announce] [Issue 100629] set.add() behavior when adding equal element is not documented
CPython Issues
- [New-bugs-announce] [Issue 100633] [tutorial/classes.html] odds and ends dataclasses sample code typo dataclasses
CPython Issues
- [New-bugs-announce] [Issue 100637] `__sizeof__` incorrectly ignores the size 1 array in PyVarObjects (bool, int, tuple) when ob_size is 0
CPython Issues
- [New-bugs-announce] [Issue 100642] 3.10.9: random.shuffle() raises a KeyError for OrderedDicts with certain key:value pairs
CPython Issues
- [New-bugs-announce] [Issue 100645] Command + v is pasting twice in IDLE if Caps lock key is on in Mac OS
CPython Issues
- [New-bugs-announce] [Issue 100648] Expired date on copyrights and license.
CPython Issues
- [New-bugs-announce] [Issue 100649] The `native_thread_id` field of `PyThreadState` is not updated after fork
CPython Issues
- [New-bugs-announce] [Issue 100651] [tutorial/classes.html] Is it appropriate to put dataclasses in `Odds and Ends` section?
CPython Issues
- [New-bugs-announce] [Issue 100655] "Write your first Python fix" page not work
CPython Issues
Last message date:
Sat Dec 31 22:19:27 EST 2022
Archived on: Sat Dec 31 22:19:30 EST 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).